[wp-trac] [WordPress Trac] #12155: xmlrpc error
WordPress Trac
wp-trac at lists.automattic.com
Sun Feb 7 17:36:37 UTC 2010
#12155: xmlrpc error
--------------------------+-------------------------------------------------
Reporter: zachware | Owner: josephscott
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 3.0
Component: XML-RPC | Version: 3.0
Severity: normal | Resolution: fixed
Keywords: |
--------------------------+-------------------------------------------------
Comment(by wpmuguru):
Replying to [comment:2 josephscott]:
> It's being called wrong:
>
> {{{ return _multisite_getUsersBlogs($args); }}}
>
> Should be
>
> {{{ return $this->_multisite_getUsersBlogs($args); }}}
>
> The error is right in that there is no function by that name. There is
a class method by that name though.
Sorry, I forgot the props on the checkin :/
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12155#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list