1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/14393] Fix updater behaviour

PHPBB3-14393
This commit is contained in:
Máté Bartus
2016-03-27 18:25:06 +02:00
parent 4db229ff6c
commit 3278ff03e7
3 changed files with 9 additions and 4 deletions

View File

@@ -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');