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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jan 4 23:21:40 GMT 2006


Author: oscar
Date: 2006-01-04 23:21:39 +0000 (Wed, 04 Jan 2006)
New Revision: 2749

Modified:
   plog/trunk/class/dao/userpermissions.class.php
Log:
fixed one crash issue


Modified: plog/trunk/class/dao/userpermissions.class.php
===================================================================
--- plog/trunk/class/dao/userpermissions.class.php	2006-01-04 23:20:38 UTC (rev 2748)
+++ plog/trunk/class/dao/userpermissions.class.php	2006-01-04 23:21:39 UTC (rev 2749)
@@ -144,7 +144,7 @@
 			$blogInfo = $blogs->getBlogInfo( $blogId );
 			if( !$blogInfo )
 				return false;
-			$blogUsers = $blogInfo->getBlogUsers();
+			$blogUsers = $blogInfo->getUsersInfo();
 			
 			if(( $result = $this->delete( "blog_id", $blogId ))) {
 				foreach( $blogUsers as $user ) {



More information about the pLog-svn mailing list