fixed bug in write_compiled_include

This commit is contained in:
messju
2003-06-23 16:16:58 +00:00
parent b7c6a9394b
commit 2eb044094c

View File

@@ -30,7 +30,7 @@ function smarty_core_write_compiled_include($params, &$smarty)
$_compile_path = $params['include_file_path'];
$smarty->_cache_serials[$_compile_path] = $smarty->params['cache_serial'];
$smarty->_cache_serials[$_compile_path] = $params['cache_serial'];
$_include_compiled .= "\$this->_cache_serials['".$_compile_path."'] = '".$params['cache_serial']."';\n\n?>";
$_include_compiled .= $params['plugins_code'];