mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
$caching is an int, not a boolean.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<title>Setting Up Caching</title>
|
||||
<para>
|
||||
The first thing to do is enable caching by setting <link
|
||||
linkend="variable.caching">$caching</link> = true (or 1.)
|
||||
linkend="variable.caching">$caching</link> = 1 (or 2).
|
||||
</para>
|
||||
<example>
|
||||
<title>enabling caching</title>
|
||||
|
Reference in New Issue
Block a user