mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
- more optimizations of template processing
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user