Skip to content

Commit 3c05eac

Browse files
committed
phpBB4 compatability fixes
1 parent 5454fe9 commit 3c05eac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

includes/functions_install.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ function load_schema_31($install_path = '', $install_dbms = false)
194194
}
195195

196196
$db_tools = get_db_tools($db);
197+
if (qi::phpbb_branch('4.0'))
198+
{
199+
$db_tools->set_table_prefix($table_prefix);
200+
}
197201
foreach ($db_table_schema as $table_name => $table_data)
198202
{
199203
$db_tools->sql_create_table(

0 commit comments

Comments
 (0)