- optimization of tag attribute compiling

This commit is contained in:
uwetews
2016-02-14 19:58:55 +01:00
parent 7e36f98c1d
commit 30328d318c
14 changed files with 52 additions and 56 deletions
@@ -50,9 +50,6 @@ class Smarty_Internal_Compile_Private_Function_Plugin extends Smarty_Internal_Co
//Does tag create output
$compiler->has_output = isset($_attr[ 'assign' ]) ? false : true;
if ($_attr[ 'nocache' ] === true) {
$compiler->tag_nocache = true;
}
unset($_attr[ 'nocache' ]);
// convert attributes into parameter array string
$_paramsArray = array();