]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdateprofilebackgroundimage.php
slightly better formatting on events
[quix0rs-gnu-social.git] / actions / apiaccountupdateprofilebackgroundimage.php
index badd8db002a71d43d295a0d5f2c8bd798cc98eab..f26c30198d40335dec3139550ee616c3ac898d5f 100644 (file)
@@ -204,7 +204,7 @@ class ApiAccountUpdateProfileBackgroundImageAction extends ApiAuthAction
 
         if ($this->format == 'xml') {
             $this->initDocument('xml');
-            $this->showTwitterXmlUser($twitter_user);
+            $this->showTwitterXmlUser($twitter_user, 'user', true);
             $this->endDocument('xml');
         } elseif ($this->format == 'json') {
             $this->initDocument('json');