aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module/update_database/task
diff options
context:
space:
mode:
authorMáté Bartus <mate.bartus@gmail.com>2016-03-27 18:25:06 +0200
committerMáté Bartus <mate.bartus@gmail.com>2016-03-27 18:25:06 +0200
commit3278ff03e7809dd0bb31771b3928e8676a09c572 (patch)
tree8515f65600bc6861ec70da32045e38d4c4a9ce6a /phpBB/phpbb/install/module/update_database/task
parent4db229ff6c6c260e4fdb26449b391f3858c9479a (diff)
downloadforums-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.php2
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');