]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Match parent class definition of clientError
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 10 Oct 2015 18:51:53 +0000 (20:51 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 10 Oct 2015 18:51:53 +0000 (20:51 +0200)
actions/apimediaupload.php

index 3a06a75e85114a0a714c9d3f5d2aab2f1735bb2a..fd1ff565c74422a80bff4d97084644f7578d7d4b 100644 (file)
@@ -30,7 +30,7 @@ if (!defined('GNUSOCIAL')) { exit(1); }
 
 /**
  * Upload an image via the API.  Returns a shortened URL for the image
- * to the user.
+ * to the user. Apparently modelled after a former Twitpic API.
  *
  * @category API
  * @package  StatusNet
@@ -108,7 +108,7 @@ class ApiMediaUploadAction extends ApiAuthAction
      *
      * @param String $msg an error message
      */
-    function clientError($msg)
+    function clientError($msg, $code=400, $format=null)
     {
         $this->initDocument();
         $this->elementStart('rsp', array('stat' => 'fail'));