X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Fsmarty%2Flibs%2Finternals%2Fcore.process_compiled_include.php;h=904d59745288b54da60c92397a8fb854556d297c;hb=8f52a0530e35e87e5624e1bb84283aa58ea78e2b;hp=d539423bf740ee58787d4352a9e83b2990696b1f;hpb=e034221efbc7970ec58be22d7517fd3c503dc903;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/smarty/libs/internals/core.process_compiled_include.php b/wwwroot/smarty/libs/internals/core.process_compiled_include.php index d539423..904d597 100644 --- a/wwwroot/smarty/libs/internals/core.process_compiled_include.php +++ b/wwwroot/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);