[wpmu-trac] Re: [WordPress MU Trac] #307: xmlrpc problem when
blogger.getUsersBlogs
WordPress MU Trac
wpmu-trac at lists.automattic.com
Wed May 30 09:17:31 GMT 2007
#307: xmlrpc problem when blogger.getUsersBlogs
------------------------+---------------------------------------------------
Reporter: miyauchi | Owner: donncha
Type: defect | Status: assigned
Priority: high | Milestone: WPMU 2.0
Component: component1 | Version: 2.0
Severity: major | Resolution:
Keywords: has-patch |
------------------------+---------------------------------------------------
Comment (by kingler):
Simple fix that worked for me (removed the extra nested array):
in the last line of function blogger_getUsersBlogs($args)
simply use
{{{
return $struct;
}}}
instead of
{{{
return array($struct);
}}}
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/307#comment:16>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list