- fixed array access on super globals

- changed internal access to smarty object
This commit is contained in:
Uwe.Tews
2009-06-14 11:07:26 +00:00
parent 18a3bb1971
commit ae3c3fce48
6 changed files with 22 additions and 17 deletions
@@ -33,7 +33,7 @@ class Smarty_Internal_Compile_Function extends Smarty_Internal_CompileBase {
$compiler->template->properties['function'][$_name]['parameter'][$_key] = $_data;
}
// make function known for recursive calls
$this->smarty->template_functions[$_name]['compiled'] = '';
$this->compiler->smarty->template_functions[$_name]['compiled'] = '';
$compiler->template->extract_code = true;
$compiler->template->extracted_compiled_code = '';
$compiler->template->has_code = false;