diff --git a/phpBB/phpbb/db/doctrine/table_helper.php b/phpBB/phpbb/db/doctrine/table_helper.php index 949931916b..297481743d 100644 --- a/phpBB/phpbb/db/doctrine/table_helper.php +++ b/phpBB/phpbb/db/doctrine/table_helper.php @@ -68,7 +68,7 @@ class table_helper { $doctrine_options['autoincrement'] = true; } - elseif ($dbms_layer === 'mysql' && $column_data[2] === 'true_sort') + else if ($dbms_layer === 'mysql' && $column_data[2] === 'true_sort') { $doctrine_options['platformoptions']['collation'] = 'utf8_unicode_ci'; }