[pLog-svn] r4905 - plog/branches/lifetype-1.2/class/action/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Mar 1 09:54:51 EST 2007


Author: oscar
Date: 2007-03-01 09:54:51 -0500 (Thu, 01 Mar 2007)
New Revision: 4905

Modified:
   plog/branches/lifetype-1.2/class/action/admin/adminloginaction.class.php
Log:
Resolved the issue reported here http://forums.lifetype.net/viewtopic.php?t=5984


Modified: plog/branches/lifetype-1.2/class/action/admin/adminloginaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminloginaction.class.php	2007-03-01 14:51:19 UTC (rev 4904)
+++ plog/branches/lifetype-1.2/class/action/admin/adminloginaction.class.php	2007-03-01 14:54:51 UTC (rev 4905)
@@ -127,7 +127,7 @@
             	$session["SessionInfo"] = $sessionInfo;
             	HttpVars::setSession( $session );			
             	// and then continue...
-            	if( $this->_userInfo->hasPermissionByName( "new_post", $this->_blogInfo->getId()))
+            	if( $userInfo->hasPermissionByName( "new_post", $this->_blogInfo->getId()))
 					AdminController::setForwardAction( "newPost" );
 				else
 					AdminController::setForwardAction( "Manage" );



More information about the pLog-svn mailing list