mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 12:33:29 +01:00
[ticket/14312] Push migration error messages to the user
PHPBB3-14312
This commit is contained in:
parent
013d4d4633
commit
2f6f9a05eb
@ -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…
x
Reference in New Issue
Block a user