X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapitimelineretweetedbyme.php;h=af05623cdf484144ab5ef3a58bd41c2209ba3bdb;hb=53650c7a5e8f2a27f8d0d02367bda8934f59c0e6;hp=564e98619a8321f1f12f56de57786aa45e09a3bb;hpb=1d64ba6602f7ccd4c049167355445ca3600c28e6;p=quix0rs-gnu-social.git diff --git a/actions/apitimelineretweetedbyme.php b/actions/apitimelineretweetedbyme.php index 564e98619a..af05623cdf 100644 --- a/actions/apitimelineretweetedbyme.php +++ b/actions/apitimelineretweetedbyme.php @@ -69,7 +69,7 @@ class ApiTimelineRetweetedByMeAction extends ApiAuthAction { parent::prepare($args); - $this->serverError('Unimplemented', 503); + $this->serverError('Unimplemented.', 503); return false; }