From f8db5bb4db45f7e867a7f1e29ef58e1fd1473edc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 10 Dec 2017 09:20:52 +0300 Subject: installer: use PDO, improve wording for some notices PDO wrapper: allow working with blank DB_HOST --- include/sanity_check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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")) { -- cgit v1.2.3-54-g00ecf