diff options
author | Zach Copley <zach@status.net> | 2009-11-09 23:56:02 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-11-09 23:56:02 -0800 |
commit | c8bd6d9f7afde597f3b404acb05622a73f3738f7 (patch) | |
tree | 218275a6e49175debb0cb28d89c02bd1942a8adb /actions/apiaccountratelimitstatus.php | |
parent | 312c745884654a461ed6da22eebe78f07f500426 (diff) |
Make /api/account/update_profile_background_image.format work even
when there isn't an existing Design for the user. Plus a few other
fixups.
Diffstat (limited to 'actions/apiaccountratelimitstatus.php')
-rw-r--r-- | actions/apiaccountratelimitstatus.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apiaccountratelimitstatus.php b/actions/apiaccountratelimitstatus.php index 96179f175..1a5afd552 100644 --- a/actions/apiaccountratelimitstatus.php +++ b/actions/apiaccountratelimitstatus.php @@ -67,7 +67,7 @@ class ApiAccountRateLimitStatusAction extends ApiBareAuthAction if (!in_array($this->format, array('xml', 'json'))) { $this->clientError( - _('API method not found!'), + _('API method not found.'), 404, $this->format ); |