[pLog-svn] r3218 - plugins/trunk
    mark at devel.lifetype.net 
    mark at devel.lifetype.net
       
    Mon Apr 10 08:55:48 GMT 2006
    
    
  
Author: mark
Date: 2006-04-10 08:55:48 +0000 (Mon, 10 Apr 2006)
New Revision: 3218
Modified:
   plugins/trunk/moblog.php
Log:
Modify the getAllBlogs() according to the change in svn rev 3216.
Modified: plugins/trunk/moblog.php
===================================================================
--- plugins/trunk/moblog.php	2006-04-10 08:48:32 UTC (rev 3217)
+++ plugins/trunk/moblog.php	2006-04-10 08:55:48 UTC (rev 3218)
@@ -91,7 +91,7 @@
     $blogs = new Blogs();
     if( $request->getBlogId() == "" ) {
         // user gave a blog name instead of a blog id
-        $allBlogs = $blogs->getAllBlogs();
+        $allBlogs = $blogs->getAllBlogs( BLOG_STATUS_ACTIVE, ALL_BLOG_CATEGORIES );
         if( $allBlogs ) {
             $found = false;
             $blogName = stripslashes($request->getBlogName());
    
    
More information about the pLog-svn
mailing list