diff options
author | Máté Bartus <mate.bartus@gmail.com> | 2016-03-27 18:25:06 +0200 |
---|---|---|
committer | Máté Bartus <mate.bartus@gmail.com> | 2016-03-27 18:25:06 +0200 |
commit | 3278ff03e7809dd0bb31771b3928e8676a09c572 (patch) | |
tree | 8515f65600bc6861ec70da32045e38d4c4a9ce6a /phpBB/phpbb/install/module/update_database/task | |
parent | 4db229ff6c6c260e4fdb26449b391f3858c9479a (diff) | |
download | forums-3278ff03e7809dd0bb31771b3928e8676a09c572.tar forums-3278ff03e7809dd0bb31771b3928e8676a09c572.tar.gz forums-3278ff03e7809dd0bb31771b3928e8676a09c572.tar.bz2 forums-3278ff03e7809dd0bb31771b3928e8676a09c572.tar.xz forums-3278ff03e7809dd0bb31771b3928e8676a09c572.zip |
[ticket/14393] Fix updater behaviour
PHPBB3-14393
Diffstat (limited to 'phpBB/phpbb/install/module/update_database/task')
-rw-r--r-- | phpBB/phpbb/install/module/update_database/task/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/module/update_database/task/update.php b/phpBB/phpbb/install/module/update_database/task/update.php index 4b2baf2c23..d8807951d1 100644 --- a/phpBB/phpbb/install/module/update_database/task/update.php +++ b/phpBB/phpbb/install/module/update_database/task/update.php @@ -183,7 +183,7 @@ class update extends task_base ); } - $this->iohandler->finish_progress('INLINE_UPDATE_SUCCESSFUL'); + $this->iohandler->set_progress('INLINE_UPDATE_SUCCESSFUL', $migration_count); $this->iohandler->add_success_message('INLINE_UPDATE_SUCCESSFUL'); |