mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +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) {
|
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;
|
$this->_init_smarty_vars = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user