- more optimizations of template processing

This commit is contained in:
uwetews
2015-10-25 05:03:23 +01:00
parent 42e722926a
commit 2b9dcb22b5

View File

@@ -232,7 +232,7 @@ class Smarty_Internal_Template extends Smarty_Internal_TemplateBase
*/ */
public function writeCachedContent($content) public function writeCachedContent($content)
{ {
return $this->cached->writeCachedContent($this, $content); return $this->smarty->ext->_updateCache->writeCachedContent($this->cached, $this, $content);
} }
/** /**