From 159fbc8377832ff8e931cef0413ee571c494ac84 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 16 Sep 2008 10:17:20 +0000 Subject: - upgrade smarty to latest release 2.6.20 git-svn-id: http://piwigo.org/svn/trunk@2538 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/smarty/libs/internals/core.process_compiled_include.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/smarty/libs/internals/core.process_compiled_include.php') diff --git a/include/smarty/libs/internals/core.process_compiled_include.php b/include/smarty/libs/internals/core.process_compiled_include.php index d539423bf..904d59745 100644 --- a/include/smarty/libs/internals/core.process_compiled_include.php +++ b/include/smarty/libs/internals/core.process_compiled_include.php @@ -25,7 +25,7 @@ function smarty_core_process_compiled_include($params, &$smarty) $smarty->_include($_include_file_path, true); } - foreach ($smarty->_cache_serials as $_include_file_path=>$_cache_serial) { + foreach ($smarty->_cache_info['cache_serials'] as $_include_file_path=>$_cache_serial) { $_return = preg_replace_callback('!(\{nocache\:('.$_cache_serial.')#(\d+)\})!s', array(&$smarty, '_process_compiled_include_callback'), $_return); -- cgit v1.2.3