mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14312] Push migration error messages to the user
PHPBB3-14312
This commit is contained in:
parent
013d4d4633
commit
2f6f9a05eb
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue