summaryrefslogtreecommitdiff
path: root/actions/apimediaupload.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-09-13 09:29:32 -0400
committerEvan Prodromou <evan@status.net>2010-09-13 09:29:32 -0400
commit9aadd3cb4216f2917858b5a4eacfc5e3dc17a9ac (patch)
tree5d3a346ef61de88fa5bbf037dc9ab1c8b9f60c00 /actions/apimediaupload.php
parent398df867de63febdc4c9ea68ad90e611d765b54d (diff)
parent0d1b60b11df70ea97984d857bcab8dd0b694334e (diff)
Merge remote branch 'gitorious/0.9.x' into 0.9.x
Diffstat (limited to 'actions/apimediaupload.php')
-rw-r--r--actions/apimediaupload.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/apimediaupload.php b/actions/apimediaupload.php
index 7aa88c186..54d7fda68 100644
--- a/actions/apimediaupload.php
+++ b/actions/apimediaupload.php
@@ -64,6 +64,7 @@ class ApiMediaUploadAction 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
);