summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-10 09:20:52 +0300
committerAndrew Dolgov <[email protected]>2017-12-10 09:20:52 +0300
commitf8db5bb4db45f7e867a7f1e29ef58e1fd1473edc (patch)
tree1ce09a2adb6966cb80652f3c5b813e8a5d563a76 /include
parent3b2276274ae63a4319dfca06581e246cf9bcfa69 (diff)
installer: use PDO, improve wording for some notices
PDO wrapper: allow working with blank DB_HOST
Diffstat (limited to 'include')
-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")) {