diff --git a/phpBB/includes/template/twig/twig.php b/phpBB/includes/template/twig/twig.php index c159a77817..ac383e25b5 100644 --- a/phpBB/includes/template/twig/twig.php +++ b/phpBB/includes/template/twig/twig.php @@ -230,7 +230,7 @@ class phpbb_template_twig implements phpbb_template } catch (Twig_Error $e) { - return false; + throw $e; } return true;