mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/14312] Push migration error messages to the user
PHPBB3-14312
This commit is contained in:
@@ -158,6 +158,7 @@ class update extends task_base
|
|||||||
array_unshift($msg, $e->getMessage());
|
array_unshift($msg, $e->getMessage());
|
||||||
|
|
||||||
$this->iohandler->add_error_message($msg);
|
$this->iohandler->add_error_message($msg);
|
||||||
|
$this->iohandler->send_response();
|
||||||
throw new user_interaction_required_exception();
|
throw new user_interaction_required_exception();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user