]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdateprofile.php
Update sorting on api/statuses/retweets_of_me; was and remains poorly indexed, but...
[quix0rs-gnu-social.git] / actions / apiaccountupdateprofile.php
index aea10e33e3fb1a72fba08392af7d6f2f0b791996..163dac42d874907aaed4aedd4ec5c29873123835 100644 (file)
@@ -51,7 +51,6 @@ class ApiAccountUpdateProfileAction extends ApiAuthAction
      * @param array $args $_REQUEST args
      *
      * @return boolean success flag
-     *
      */
     function prepare($args)
     {
@@ -91,6 +90,7 @@ class ApiAccountUpdateProfileAction extends ApiAuthAction
 
         if (!in_array($this->format, array('xml', 'json'))) {
             $this->clientError(
+                // TRANS: Client error displayed when trying to handle an unknown API method.
                 _('API method not found.'),
                 404,
                 $this->format