diff options
Diffstat (limited to 'actions/apigroupjoin.php')
-rw-r--r-- | actions/apigroupjoin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/apigroupjoin.php b/actions/apigroupjoin.php index 5265ec629..a0c069974 100644 --- a/actions/apigroupjoin.php +++ b/actions/apigroupjoin.php @@ -89,6 +89,7 @@ class ApiGroupJoinAction 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 |