aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module/update_database/task
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-07 16:03:52 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-07 16:03:52 +0100
commitf258aebc593cfceb90369741ed8ab03581d689c3 (patch)
treebe59bd699ed045ce31c332f5cdf775914ce1309a /phpBB/phpbb/install/module/update_database/task
parent39f5aaa5265937334ab3c97c5bec7dca2ebb79ee (diff)
parentad7b3ed17865b4ac91df24812fce4a9192f44fa1 (diff)
downloadforums-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.php1
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();
}