public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Forgot to turn off caching on templates.  Fixes #605.

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@2741 
3d254a34-79dc-0310-9e5f-be208747d8a0
tedkulp (author)
Thu May 04 10:29:53 -0700 2006
commit  aac57d38e35467078bfb456eeb4390674e4b409f
tree    138c59184a244b65599d4783b9387c27d62be70d
parent  2f1727218cb9f526c16c1ef55b9dfdac69b5fbff
...
211
212
213
214
 
215
216
217
...
211
212
213
 
214
215
216
217
0
@@ -211,7 +211,7 @@ else
0
   else
0
   {
0
     $oldvalue = $smarty->caching;
0
- $smarty->caching = !$config['debug'];
0
+ $smarty->caching = false;
0
     $smarty->compile_check = true;
0
     ($smarty->is_cached('template:'.$pageinfo->template_id)?$cached="":$cached="not ");
0
     $html = $smarty->fetch('template:'.$pageinfo->template_id) . "\n";

Comments

    No one has commented yet.