diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-07 16:03:52 +0100 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-07 16:03:52 +0100 |
| commit | f258aebc593cfceb90369741ed8ab03581d689c3 (patch) | |
| tree | be59bd699ed045ce31c332f5cdf775914ce1309a /phpBB/phpbb/install/module/update_database/task | |
| parent | 39f5aaa5265937334ab3c97c5bec7dca2ebb79ee (diff) | |
| parent | ad7b3ed17865b4ac91df24812fce4a9192f44fa1 (diff) | |
| download | forums-f258aebc593cfceb90369741ed8ab03581d689c3.tar forums-f258aebc593cfceb90369741ed8ab03581d689c3.tar.gz forums-f258aebc593cfceb90369741ed8ab03581d689c3.tar.bz2 forums-f258aebc593cfceb90369741ed8ab03581d689c3.tar.xz forums-f258aebc593cfceb90369741ed8ab03581d689c3.zip | |
Merge pull request #4161 from CHItA/ticket/14312
[ticket/14312] Enable running database update only
* CHItA/ticket/14312:
[ticket/14312] Allow updating without having the update directory
[ticket/14312] Push migration error messages to the user
Diffstat (limited to 'phpBB/phpbb/install/module/update_database/task')
| -rw-r--r-- | phpBB/phpbb/install/module/update_database/task/update.php | 1 |
1 files changed, 1 insertions, 0 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..aa44d403dd 100644 --- a/phpBB/phpbb/install/module/update_database/task/update.php +++ b/phpBB/phpbb/install/module/update_database/task/update.php @@ -158,6 +158,7 @@ class update extends task_base array_unshift($msg, $e->getMessage()); $this->iohandler->add_error_message($msg); + $this->iohandler->send_response(); throw new user_interaction_required_exception(); } |
