X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=actions%2Fapiaccountupdateprofile.php;h=92d0f6b77141279a6c1b4bbad439b3e54a5858fe;hb=a9fad9a7ac85270e2a45cfad28c6017b200496eb;hp=9b371ea95764e1f829e7c9bce1eba8cffcb3859a;hpb=6e405facca5f5b2df4171059796b8eb1aad7e635;p=quix0rs-gnu-social.git diff --git a/actions/apiaccountupdateprofile.php b/actions/apiaccountupdateprofile.php index 9b371ea957..92d0f6b771 100644 --- a/actions/apiaccountupdateprofile.php +++ b/actions/apiaccountupdateprofile.php @@ -86,6 +86,7 @@ class ApiAccountUpdateProfileAction extends ApiAuthAction if ($_SERVER['REQUEST_METHOD'] != 'POST') { $this->clientError( + // TRANS: Client error. POST is a HTTP command. It should not be translated. _('This method requires a POST.'), 400, $this->format );