check of (newer) "mysqli" extension not old "mysql" no longer existing in PHP 7.0+

This commit is contained in:
Ralf Becker 2016-03-09 06:58:46 +00:00
parent 04e33f4d19
commit 3c9353514d

View File

@ -141,7 +141,7 @@ $checks = array(
'func' => 'extension_check',
'error' => lang('The PDO extension plus a database specific driver is needed by the VFS (virtual file system)!'),
),
'mysql' => array(
'mysqli' => array(
'func' => 'extension_check',
'warning' => lang('The %1 extension is needed, if you plan to use a %2 database.','mysql','MySQL')
),