1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

fix install

This commit is contained in:
Mzhelskiy Maxim 2016-10-14 23:17:47 +07:00
parent ff3f22c26f
commit f2fe6cc9ed

View file

@ -89,7 +89,8 @@ class InstallStepUpdateVersion extends InstallStep
array(
'engine' => InstallConfig::get('db.tables.engine'),
'prefix' => InstallConfig::get('db.table.prefix'),
'check_table_field' => array('prefix_page', 'id')
'check_table_field' => array('prefix_page', 'id'),
'skip_fk_errors' => true
)));
if (!$bResult) {
return $this->addError(join('<br/>', $aErrors));