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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Jan 10 14:13:03 GMT 2005


Author: oscar
Date: 2005-01-10 14:13:02 +0000 (Mon, 10 Jan 2005)
New Revision: 721

Modified:
   plog/trunk/class/view/smartyview.class.php
Log:
fixed a stupid bug


Modified: plog/trunk/class/view/smartyview.class.php
===================================================================
--- plog/trunk/class/view/smartyview.class.php	2005-01-10 13:17:10 UTC (rev 720)
+++ plog/trunk/class/view/smartyview.class.php	2005-01-10 14:13:02 UTC (rev 721)
@@ -140,7 +140,7 @@
 			$config =& Config::getConfig();
 			
 			if( $config->getValue( "template_cache_enabled" ))
-				$httpCacheEnabled = $config->getValue( "template_http_cache_enabled" ));
+				$httpCacheEnabled = $config->getValue( "template_http_cache_enabled" );
 			else
 				$httpCacheEnabled = false;
 




More information about the pLog-svn mailing list