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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Oct 29 18:08:49 GMT 2006


Author: oscar
Date: 2006-10-29 18:08:49 +0000 (Sun, 29 Oct 2006)
New Revision: 4208

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


Modified: plog/trunk/class/dao/userinfo.class.php
===================================================================
--- plog/trunk/class/dao/userinfo.class.php	2006-10-29 16:41:31 UTC (rev 4207)
+++ plog/trunk/class/dao/userinfo.class.php	2006-10-29 18:08:49 UTC (rev 4208)
@@ -340,8 +340,7 @@
 			if( !isset($this->perms[$blogId] )) {
 				lt_include( PLOG_CLASS_PATH."class/dao/userpermissions.class.php" );
 				$perms = new UserPermissions();
-				$kk = $perms->getUserPermissions( $this->getId(), $blogId );
-				$this->perms[$blogId] = $kk;
+				$this->perms[$blogId] = $perms->getUserPermissions( $this->getId(), $blogId );
 			}
 			
 			return( $this->perms[$blogId] );



More information about the pLog-svn mailing list