apply xmlrpc patch 2056 from MU 2.9.1.1, fixes #11999

git-svn-id: http://svn.automattic.com/wordpress/trunk@12864 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
wpmuguru 2010-01-27 02:59:26 +00:00
parent ecda3f2745
commit 54d1dfeccf
1 changed files with 1 additions and 0 deletions

View File

@ -441,6 +441,7 @@ class wp_xmlrpc_server extends IXR_Server {
* @return array
*/
function wp_getUsersBlogs( $args ) {
global $current_site;
// If this isn't on WPMU then just use blogger_getUsersBlogs
if ( !is_multisite() ) {
array_unshift( $args, 1 );