aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_extends.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_extends.php')
-rw-r--r--vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_extends.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_extends.php b/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_extends.php
index 23a624729..80946932e 100644
--- a/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_extends.php
+++ b/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_extends.php
@@ -88,9 +88,7 @@ class Smarty_Internal_Resource_Extends extends Smarty_Resource
if (!$source->exists) {
throw new SmartyException("Unable to load template '{$source->type}:{$source->name}'");
}
-
$_components = array_reverse($source->components);
-
$_content = '';
/* @var \Smarty_Template_Source $_s */
foreach ($_components as $_s) {