diff options
author | zach <zach@copley.name> | 2008-07-20 04:34:28 -0400 |
---|---|---|
committer | zach <zach@copley.name> | 2008-07-20 04:34:28 -0400 |
commit | 93ac0bcae3a600733045ad7a5bafabcdfd49d9e5 (patch) | |
tree | 83a507b0a1b8dfa9d739b1ecff675ffea995eb76 /actions/twitapiaccount.php | |
parent | 140689800b03ff704f6c70260c2b740ad41578c0 (diff) |
Twitter-compatible API - refactoring and bug fixes
darcs-hash:20080720083428-ca946-c14a92345366f2105b3c452a3899714d89692daa.gz
Diffstat (limited to 'actions/twitapiaccount.php')
-rw-r--r-- | actions/twitapiaccount.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/twitapiaccount.php b/actions/twitapiaccount.php index 3a0fd8544..3a66e8885 100644 --- a/actions/twitapiaccount.php +++ b/actions/twitapiaccount.php @@ -51,7 +51,7 @@ class TwitapiaccountAction extends TwitterapiAction { if (!is_null($location) && strlen($location) > 255) { - // XXX: Twitter just truncates and runs with it. + // XXX: But Twitter just truncates and runs with it. -- Zach header('HTTP/1.1 406 Not Acceptable'); print "That's too long. Max notice size is 255 chars.\n"; exit(); |