mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-14 12:52:08 +02:00
Merge branch '3.2.x'
This commit is contained in:
commit
79bc8752ea
@ -63,7 +63,7 @@ class kernel_exception_subscriber implements EventSubscriberInterface
|
||||
$exception = $event->getException();
|
||||
|
||||
$message = $exception->getMessage();
|
||||
$this->type_caster->set_var($message, $message, 'string', false, false);
|
||||
$this->type_caster->set_var($message, $message, 'string', true, false);
|
||||
|
||||
if ($exception instanceof \phpbb\exception\exception_interface)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user