[ticket/14312] Push migration error messages to the user

PHPBB3-14312
This commit is contained in:
Mate Bartus 2016-02-04 21:20:02 +01:00
parent 013d4d4633
commit 2f6f9a05eb

View file

@ -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();
}