summaryrefslogtreecommitdiff
path: root/lib/smarty3/sysplugins/smarty_template_resource_base.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smarty3/sysplugins/smarty_template_resource_base.php')
-rw-r--r--lib/smarty3/sysplugins/smarty_template_resource_base.php16
1 files changed, 5 insertions, 11 deletions
diff --git a/lib/smarty3/sysplugins/smarty_template_resource_base.php b/lib/smarty3/sysplugins/smarty_template_resource_base.php
index 6cc008a..52bfba2 100644
--- a/lib/smarty3/sysplugins/smarty_template_resource_base.php
+++ b/lib/smarty3/sysplugins/smarty_template_resource_base.php
@@ -73,16 +73,11 @@ abstract class Smarty_Template_Resource_Base
public $content = null;
/**
- * required plugins
+ * Included sub templates
+ * - index name
+ * - value use count
*
- * @var array
- */
- public $required_plugins = array();
-
- /**
- * Included subtemplates
- *
- * @var array
+ * @var int[]
*/
public $includes = array();
@@ -130,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();