diff --git a/setup/check_install.php b/setup/check_install.php index 95163b3942..bf104f24cf 100644 --- a/setup/check_install.php +++ b/setup/check_install.php @@ -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') ),