- update/bugfix scope attribute handling reworked. Read the newfeatures.txt file

This commit is contained in:
uwetews
2016-02-09 23:27:07 +01:00
parent 37e6d26b23
commit 2f62b99173
20 changed files with 371 additions and 401 deletions

View File

@@ -66,7 +66,7 @@ class Smarty_Internal_Method_Append
}
}
if ($data->_objType == 2 && $data->scope) {
$data->ext->_updateScope->updateScope($data, $tpl_var);
$data->ext->_updateScope->_updateScope($data, $tpl_var);
}
}
return $data;