mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
fixed warning due to missing param to _execute_core_function()
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user