diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-09-16 10:17:20 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-09-16 10:17:20 +0000 |
commit | 159fbc8377832ff8e931cef0413ee571c494ac84 (patch) | |
tree | 7b4446529a561ceef311a8d07fcdb7ce5449861b /include/smarty/libs/internals | |
parent | eef8aa8838ae6fede0dce3b4df65d140e745e830 (diff) |
- upgrade smarty to latest release 2.6.20
git-svn-id: http://piwigo.org/svn/trunk@2538 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/smarty/libs/internals')
-rw-r--r-- | include/smarty/libs/internals/core.process_compiled_include.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |