[pLog-svn] r5929 - plog/branches/lifetype-1.2/class/view
    oscar at devel.lifetype.net 
    oscar at devel.lifetype.net
       
    Thu Sep 13 16:27:50 EDT 2007
    
    
  
Author: oscar
Date: 2007-09-13 16:27:50 -0400 (Thu, 13 Sep 2007)
New Revision: 5929
Modified:
   plog/branches/lifetype-1.2/class/view/plugintemplatedview.class.php
Log:
This should fix issue http://bugs.lifetype.net/view.php?id=1392 -- PluginTemplatedView not using cache.
Modified: plog/branches/lifetype-1.2/class/view/plugintemplatedview.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/view/plugintemplatedview.class.php	2007-09-13 19:53:29 UTC (rev 5928)
+++ plog/branches/lifetype-1.2/class/view/plugintemplatedview.class.php	2007-09-13 20:27:50 UTC (rev 5929)
@@ -38,7 +38,7 @@
 				$cachingEnabled = $config->getValue( "template_cache_enabled" );
 			}
 
-        	$this->BlogView( $blogInfo, "" );
+        	$this->BlogView( $blogInfo, "", $cachingEnabled, $data );
 
 			$this->_templateService = new TemplateService();	
             $this->_templateName = $templateName;
    
    
More information about the pLog-svn
mailing list