diff options
Diffstat (limited to 'libs/sysplugins/smarty_template_resource_base.php')
| -rw-r--r-- | libs/sysplugins/smarty_template_resource_base.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/sysplugins/smarty_template_resource_base.php b/libs/sysplugins/smarty_template_resource_base.php index 6cc008a1..eb262ab0 100644 --- a/libs/sysplugins/smarty_template_resource_base.php +++ b/libs/sysplugins/smarty_template_resource_base.php @@ -80,9 +80,11 @@ abstract class Smarty_Template_Resource_Base public $required_plugins = array(); /** - * Included subtemplates + * Included sub templates + * - index name + * - value use count * - * @var array + * @var int[] */ public $includes = array(); |
