diff --git a/htdocs/install/repair.php b/htdocs/install/repair.php index 058802978fd..8313f920394 100644 --- a/htdocs/install/repair.php +++ b/htdocs/install/repair.php @@ -897,7 +897,7 @@ if ($ok && GETPOST('force_utf8_on_tables','alpha')) { print '
*** Force page code and collation with utf8 (for mysql/mariadb only)'; - if ($db->type == "mysql") + if ($db->type == "mysql" || $db->type == "mysqli") { $listoftables = $db->DDLListTables($db->database_name);