From: Mikael Nordfeldth Date: Sat, 10 Oct 2015 18:51:53 +0000 (+0200) Subject: Match parent class definition of clientError X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a793d211d2a47fb4b61bcb925f6faf2e610072dd;p=quix0rs-gnu-social.git Match parent class definition of clientError --- diff --git a/actions/apimediaupload.php b/actions/apimediaupload.php index 3a06a75e85..fd1ff565c7 100644 --- a/actions/apimediaupload.php +++ b/actions/apimediaupload.php @@ -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'));