From 2b9dcb22b5d4bd1ac1dad4e4e3288f765fcde90b Mon Sep 17 00:00:00 2001 From: uwetews Date: Sun, 25 Oct 2015 05:03:23 +0100 Subject: [PATCH] - more optimizations of template processing --- libs/sysplugins/smarty_internal_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sysplugins/smarty_internal_template.php b/libs/sysplugins/smarty_internal_template.php index ed5e0540..9e1a0c68 100644 --- a/libs/sysplugins/smarty_internal_template.php +++ b/libs/sysplugins/smarty_internal_template.php @@ -232,7 +232,7 @@ class Smarty_Internal_Template extends Smarty_Internal_TemplateBase */ public function writeCachedContent($content) { - return $this->cached->writeCachedContent($this, $content); + return $this->smarty->ext->_updateCache->writeCachedContent($this->cached, $this, $content); } /**