diff options
-rw-r--r-- | user_guide/general/controllers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html index 2020011d9..782fbfa7e 100644 --- a/user_guide/general/controllers.html +++ b/user_guide/general/controllers.html @@ -274,7 +274,7 @@ To have your controller's output cached properly, its <dfn>_output()</dfn> metho <code>if ($this->output->cache_expiration > 0)<br /> {<br /> - $this->output->write_cache($output);<br /> + $this->output->_write_cache($output);<br /> }</code> If you are using this feature the page execution timer and memory usage stats might not be perfectly accurate |