[pLog-svn] r1159 - plog/trunk/class/view

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Feb 21 16:36:13 GMT 2005


Author: oscar
Date: 2005-02-21 16:36:13 +0000 (Mon, 21 Feb 2005)
New Revision: 1159

Modified:
   plog/trunk/class/view/errorview.class.php
Log:
caching is now disabled *always* in error pages.

Modified: plog/trunk/class/view/errorview.class.php
===================================================================
--- plog/trunk/class/view/errorview.class.php	2005-02-21 14:25:58 UTC (rev 1158)
+++ plog/trunk/class/view/errorview.class.php	2005-02-21 16:36:13 UTC (rev 1159)
@@ -17,7 +17,7 @@
 
 		function ErrorView( $blogInfo, $message = null )
         {
-        	$this->BlogView( $blogInfo, ERROR_TEMPLATE );
+        	$this->BlogView( $blogInfo, ERROR_TEMPLATE, SMARTY_VIEW_CACHE_DISABLED );
 
             $this->_message = $message;
         }




More information about the pLog-svn mailing list