Skip to content

Commit c16face

Browse files
author
Ron Rennick
committed
Call class function in xmlrpc.php, fixes #12155
git-svn-id: https://develop.svn.wordpress.org/trunk@13004 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f2ade7a commit c16face

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xmlrpc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ function wp_setOptions( $args ) {
15481548
*/
15491549
function blogger_getUsersBlogs($args) {
15501550
if ( is_multisite() )
1551-
return _multisite_getUsersBlogs($args);
1551+
return $this->_multisite_getUsersBlogs($args);
15521552

15531553
$this->escape($args);
15541554

0 commit comments

Comments
 (0)