Index: modules/blogapi/blogapi.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/blogapi/blogapi.module,v
retrieving revision 1.153
diff -u -p -r1.153 blogapi.module
--- modules/blogapi/blogapi.module	27 May 2009 18:33:55 -0000	1.153
+++ modules/blogapi/blogapi.module	3 Jun 2009 03:31:47 -0000
@@ -668,7 +668,7 @@ function blogapi_mt_publish_post($postid
  * Prepare an error message for returning to the XMLRPC caller.
  */
 function blogapi_error($message) {
-  static $xmlrpcusererr;
+  $xmlrpcusererr = &drupal_static(__FUNCTION__);
 
   if (!is_array($message)) {
     $message = array($message);
