diff options
author | zach <zach@controlyourself.ca> | 2008-10-24 17:37:45 -0400 |
---|---|---|
committer | zach <zach@controlyourself.ca> | 2008-10-24 17:37:45 -0400 |
commit | f8a73c157e6dbe0bc2b2dae33802d5b306a7012d (patch) | |
tree | 4e458c85ac6ead9afcefe9e4bf3c39dd680aaefc /actions/twitapihelp.php | |
parent | 18d4226ead47b08af03f5e659822389a3cd6bbc9 (diff) |
Twitter-compatible API - checks for is_readonly() now work!
darcs-hash:20081024213745-462f3-7c26611e7f75265affafd471c3d66e02ec7e686e.gz
Diffstat (limited to 'actions/twitapihelp.php')
-rw-r--r-- | actions/twitapihelp.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/actions/twitapihelp.php b/actions/twitapihelp.php index 6e9b41f8a..c5d503e11 100644 --- a/actions/twitapihelp.php +++ b/actions/twitapihelp.php @@ -23,10 +23,6 @@ require_once(INSTALLDIR.'/lib/twitterapi.php'); class TwitapihelpAction extends TwitterapiAction { - function is_readonly() { - return true; - } - /* Returns the string "ok" in the requested format with a 200 OK HTTP status code. * URL:http://identi.ca/api/help/test.format * Formats: xml, json |