summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--user_guide/general/controllers.html2
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-&gt;output-&gt;cache_expiration &gt; 0)<br />
{<br />
-&nbsp;&nbsp;&nbsp;&nbsp;$this-&gt;output-&gt;write_cache($output);<br />
+&nbsp;&nbsp;&nbsp;&nbsp;$this-&gt;output-&gt;_write_cache($output);<br />
}</code>
If you are using this feature the page execution timer and memory usage stats might not be perfectly accurate