summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/sanity_check.php')
-rwxr-xr-xinclude/sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index dddc557f2..94578b404 100755
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -140,7 +140,7 @@
}
if (!class_exists("PDO")) {
- array_push($errors, "PHP support for PDO (Portable Data Objects) is required but was not found.");
+ array_push($errors, "PHP support for PDO is required but was not found.");
}
if (!function_exists("mb_strlen")) {