- bugfix update of 04.08.2016 was incomplete

This commit is contained in:
uwetews
2016-08-07 15:31:01 +02:00
parent 25ad0b3b5a
commit 761e516a32
5 changed files with 19 additions and 12 deletions

View File

@@ -120,6 +120,7 @@ class Smarty_Internal_Runtime_TplFunction
}
// add template function code to cache file
if (isset($tplPtr->cached)) {
/* @var Smarty_CacheResource $cache */
$cache = $tplPtr->cached;
$content = $cache->read($tplPtr);
if ($content) {