added $exp_time-parameter

This commit is contained in:
messju
2003-11-06 17:16:32 +00:00
parent fb47f038ac
commit 1af690d45c

View File

@@ -35,7 +35,7 @@ function smarty_core_read_cache_file(&$params, &$smarty)
if (!empty($smarty->cache_handler_func)) {
// use cache_handler function
call_user_func_array($smarty->cache_handler_func,
array('read', &$smarty, &$params['results'], $params['tpl_file'], $params['cache_id'], $params['compile_id']));
array('read', &$smarty, &$params['results'], $params['tpl_file'], $params['cache_id'], $params['compile_id'], null));
} else {
// use local cache file
$_auto_id = $smarty->_get_auto_id($params['cache_id'], $params['compile_id']);