]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdatedeliverydevice.php
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / actions / apiaccountupdatedeliverydevice.php
index e7d44dc44d879c1965ad5ae6d36f3dd643b44fff..a36806b216cd8f3dc647d19e473d1c9f6c8a7bf4 100644 (file)
@@ -149,7 +149,7 @@ class ApiAccountUpdateDeliveryDeviceAction 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');