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); } /**