mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/twig] Throw exceptions (don't catch and ignore)
PHPBB3-11598
This commit is contained in:
parent
9eb3ad4d90
commit
8561e187f0
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ class phpbb_template_twig implements phpbb_template
|
||||||
}
|
}
|
||||||
catch (Twig_Error $e)
|
catch (Twig_Error $e)
|
||||||
{
|
{
|
||||||
return false;
|
throw $e;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue