mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
Merge remote-tracking branch 'EXreaction/ticket/11369' into develop
# By Nathaniel Guse # Via Nathaniel Guse * EXreaction/ticket/11369: [ticket/11369] Reverting migration throws error
This commit is contained in:
commit
e20da8fb81
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ class phpbb_db_migrator
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$result = $this->process_data_step($migration->revert_data(), $state['migration_data_state'], false);
|
$result = $this->process_data_step($migration->revert_data(), '', false);
|
||||||
|
|
||||||
$state['migration_data_state'] = ($result === true) ? '' : $result;
|
$state['migration_data_state'] = ($result === true) ? '' : $result;
|
||||||
$state['migration_data_done'] = ($result === true) ? false : true;
|
$state['migration_data_done'] = ($result === true) ? false : true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue