? 223425.patch
? 361702-fapi-drupal-process-form-D7_0.patch
? node-filters.patch
? save_synonyms.patch
? teaser-length.patch
? sites/default/files
? sites/default/settings.php
Index: modules/blogapi/blogapi.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/blogapi/blogapi.module,v
retrieving revision 1.146
diff -u -p -r1.146 blogapi.module
--- modules/blogapi/blogapi.module	17 Mar 2009 12:41:54 -0000	1.146
+++ modules/blogapi/blogapi.module	30 Mar 2009 03:25:30 -0000
@@ -148,7 +148,7 @@ function blogapi_blogger_get_users_blogs
     $types = _blogapi_get_node_types();
     $structs = array();
     foreach ($types as $type) {
-      $structs[] = array('url' => url('blog/' . $user->uid, array('absolute' => TRUE)), 'blogid' => $type, 'blogName' => $user->name . ": " . $type);
+      $structs[] = array('url' => url('user/' . $user->uid, array('absolute' => TRUE)), 'blogid' => $type, 'blogName' => $user->name . ": " . $type);
     }
 
     return $structs;
@@ -172,7 +172,7 @@ function blogapi_blogger_get_user_info($
       'firstname' => $name[0],
       'nickname' => $user->name,
       'email' => $user->mail,
-      'url' => url('blog/' . $user->uid, array('absolute' => TRUE)));
+      'url' => url('user/' . $user->uid, array('absolute' => TRUE)));
   }
   else {
     return blogapi_error($user);
