[pLog-svn] r5324 - plog/branches/lifetype-1.2/class/action
    oscar at devel.lifetype.net 
    oscar at devel.lifetype.net
       
    Thu Apr 19 16:08:22 EDT 2007
    
    
  
Author: oscar
Date: 2007-04-19 16:08:22 -0400 (Thu, 19 Apr 2007)
New Revision: 5324
Modified:
   plog/branches/lifetype-1.2/class/action/defaultaction.class.php
Log:
Fix for issue http://bugs.lifetype.net/view.php?id=1286 -- $authuser not correctly being populated in the front page of the blog.
Modified: plog/branches/lifetype-1.2/class/action/defaultaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/defaultaction.class.php	2007-04-17 21:40:35 UTC (rev 5323)
+++ plog/branches/lifetype-1.2/class/action/defaultaction.class.php	2007-04-19 20:08:22 UTC (rev 5324)
@@ -88,6 +88,7 @@
 			// do any work... it's already been done before and we should "safely" assume
 			// that there hasn't been any change so far
 			if( $this->_view->isCached()) {
+				$this->setCommonData();
 				return true;
 			}
 
    
    
More information about the pLog-svn
mailing list