summaryrefslogtreecommitdiff
path: root/actions/apistatusesretweet.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-12-14 15:49:19 -0500
committerEvan Prodromou <evan@status.net>2009-12-14 15:49:19 -0500
commit1ace5c400ebc30d2815182690e5433b918aeaf59 (patch)
treeda9f9a504b50773e28c1d70e67c74716ca3c3ce1 /actions/apistatusesretweet.php
parent9d2a605d0e02a4e7d61b62420d7847ee1e6fcbe1 (diff)
parse error in retweet method
Diffstat (limited to 'actions/apistatusesretweet.php')
-rw-r--r--actions/apistatusesretweet.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apistatusesretweet.php b/actions/apistatusesretweet.php
index 85de79d5c..d9d4820c0 100644
--- a/actions/apistatusesretweet.php
+++ b/actions/apistatusesretweet.php
@@ -80,7 +80,7 @@ class ApiStatusesRetweetAction extends ApiAuthAction
$this->user = $this->auth_user;
if ($this->user->id == $notice->profile_id) {
- $this->clientError(_('Cannot repeat your own notice.'));
+ $this->clientError(_('Cannot repeat your own notice.'),
400, $this->format);
return false;
}