[pLog-svn] r4193 - plog/trunk/class/dao

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Oct 27 10:05:13 GMT 2006


Author: oscar
Date: 2006-10-27 10:05:12 +0000 (Fri, 27 Oct 2006)
New Revision: 4193

Modified:
   plog/trunk/class/dao/userpermission.class.php
Log:
small fix


Modified: plog/trunk/class/dao/userpermission.class.php
===================================================================
--- plog/trunk/class/dao/userpermission.class.php	2006-10-27 02:28:14 UTC (rev 4192)
+++ plog/trunk/class/dao/userpermission.class.php	2006-10-27 10:05:12 UTC (rev 4193)
@@ -113,7 +113,7 @@
 			if( $this->_user === null ) {
 				lt_include( PLOG_CLASS_PATH."class/dao/users.class.php" );
 				$users = new Users();
-				$this->_user = $users->getUserInfo( $this->getBlogId());
+				$this->_user = $users->getUserInfoFromId( $this->getUserId());
 			}
 			
 			return( $this->_user );				



More information about the pLog-svn mailing list