aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/template/twig/twig.php2
1 files changed, 1 insertions, 1 deletions
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;