[pLog-svn] r2180 - plog/branches/plog-1.0.2/class/action/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Jun 8 08:49:41 GMT 2005


Author: oscar
Date: 2005-06-08 08:49:40 +0000 (Wed, 08 Jun 2005)
New Revision: 2180

Modified:
   plog/branches/plog-1.0.2/class/action/admin/adminloginaction.class.php
Log:
fixed issue 568


Modified: plog/branches/plog-1.0.2/class/action/admin/adminloginaction.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/action/admin/adminloginaction.class.php	2005-06-07 18:34:16 UTC (rev 2179)
+++ plog/branches/plog-1.0.2/class/action/admin/adminloginaction.class.php	2005-06-08 08:49:40 UTC (rev 2180)
@@ -92,7 +92,7 @@
             HttpVars::setSession( $session );
 
             // get the list of blogs to which the user belongs
-            $userBlogs = $users->getUsersBlogs( $userInfo->getId());
+            $userBlogs = $users->getUsersBlogs( $userInfo->getId(), BLOG_STATUS_ACTIVE );
 
             // but if he or she does not belong to any yet, we quit
             if( empty($userBlogs)) {




More information about the pLog-svn mailing list