X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiaccountupdateprofileimage.php;h=2f8e9628c42b0896d85a83b4aa84d5d4863840c9;hb=221b779e88e51b70a2c3509798154c461203e636;hp=72fb361bf8bcbdf183bb3e4f9304c4350d5d4d6d;hpb=da444f8a15043f326aa9a629ba5f0b25bc35b1e5;p=quix0rs-gnu-social.git diff --git a/actions/apiaccountupdateprofileimage.php b/actions/apiaccountupdateprofileimage.php index 72fb361bf8..2f8e9628c4 100644 --- a/actions/apiaccountupdateprofileimage.php +++ b/actions/apiaccountupdateprofileimage.php @@ -102,7 +102,7 @@ class ApiAccountUpdateProfileImageAction extends ApiAuthAction } if (empty($this->user)) { - $this->clientError(_('No such user!'), 404, $this->format); + $this->clientError(_('No such user.'), 404, $this->format); return; }