fixed warning due to missing param to _execute_core_function()

This commit is contained in:
messju
2003-05-09 19:46:37 +00:00
parent 84d5bfef20
commit 9390ce38d5

View File

@@ -352,7 +352,7 @@ class Smarty_Compiler extends Smarty {
}
if ($this->_init_smarty_vars) {
$template_header .= "<?php \$this->_execute_core_function('assign_smarty_interface'); ?>\n";
$template_header .= "<?php \$this->_execute_core_function('assign_smarty_interface', \$params=null); ?>\n";
$this->_init_smarty_vars = false;
}