aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php')
-rw-r--r--vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php b/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
index 951e02af3..52bfba252 100644
--- a/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
+++ b/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
@@ -125,8 +125,7 @@ abstract class Smarty_Template_Resource_Base
call_user_func($callback, $_template);
}
$_template->isRenderingCache = false;
- }
- catch (Exception $e) {
+ } catch (Exception $e) {
$_template->isRenderingCache = false;
while (ob_get_level() > $level) {
ob_end_clean();