1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/16741] Fix coding style issue

PHPBB3-16741
This commit is contained in:
Máté Bartus
2021-08-29 17:36:33 +02:00
committed by Tristan Darricau
parent 522a17199d
commit 300e5399f5

View File

@@ -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';
}