]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
parse error in retweet method
authorEvan Prodromou <evan@status.net>
Mon, 14 Dec 2009 20:49:19 +0000 (15:49 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 14 Dec 2009 20:49:19 +0000 (15:49 -0500)
actions/apistatusesretweet.php

index 85de79d5c82ad9ae04473fd1d0653506314c46b3..d9d4820c0e35049623da216aa43c2317924432af 100644 (file)
@@ -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;
         }