diff options
author | patdenice <patdenice@piwigo.org> | 2008-12-09 16:12:25 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-12-09 16:12:25 +0000 |
commit | 5b3a9696ebcc56bb0377e58ad8c12e348848d109 (patch) | |
tree | eb7caa8cc0c71c0aa3680b33d38f7a1dd889775e /include/smarty/libs/internals | |
parent | c12da2fdfa101d01c7fc2766e42bb95aa6ad0c4e (diff) |
merge -c2961 from trunk to branch 2.0.
Update Smarty to 2.6.21
git-svn-id: http://piwigo.org/svn/branches/2.0@2962 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/smarty/libs/internals')
-rw-r--r-- | include/smarty/libs/internals/core.write_cache_file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/smarty/libs/internals/core.write_cache_file.php b/include/smarty/libs/internals/core.write_cache_file.php index 72f785b74..fa3cdd746 100644 --- a/include/smarty/libs/internals/core.write_cache_file.php +++ b/include/smarty/libs/internals/core.write_cache_file.php @@ -68,7 +68,7 @@ function smarty_core_write_cache_file($params, &$smarty) if (!empty($smarty->cache_handler_func)) { // use cache_handler function call_user_func_array($smarty->cache_handler_func, - array('write', &$smarty, &$params['results'], $params['tpl_file'], $params['cache_id'], $params['compile_id'], null)); + array('write', &$smarty, &$params['results'], $params['tpl_file'], $params['cache_id'], $params['compile_id'], $smarty->_cache_info['expires'])); } else { // use local cache file |