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	2 Jun 2009 21:03:24 -0000
@@ -668,6 +668,7 @@ function blogapi_mt_publish_post($postid
  * Prepare an error message for returning to the XMLRPC caller.
  */
 function blogapi_error($message) {
+  // $xmlrpcusererr does not use drupal_static as its value never resets.
   static $xmlrpcusererr;
 
   if (!is_array($message)) {
