diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-10 00:07:20 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-10 00:07:20 +0200 |
commit | 47eed2c99906fefb1f43ad186da91e526d2741cf (patch) | |
tree | 5b96a07975a45f41b8dd5125846972d48c3dfa9a /actions/apitimelineretweetedbyme.php | |
parent | 9bc1a22fa93760c6eae4a4fa6797e9ea72f7ada1 (diff) |
Update message formatting for serverError to use a starting capital and a leading period.
Diffstat (limited to 'actions/apitimelineretweetedbyme.php')
-rw-r--r-- | actions/apitimelineretweetedbyme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelineretweetedbyme.php b/actions/apitimelineretweetedbyme.php index 564e98619..af05623cd 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; } |