From f8a73c157e6dbe0bc2b2dae33802d5b306a7012d Mon Sep 17 00:00:00 2001 From: zach Date: Fri, 24 Oct 2008 17:37:45 -0400 Subject: Twitter-compatible API - checks for is_readonly() now work! darcs-hash:20081024213745-462f3-7c26611e7f75265affafd471c3d66e02ec7e686e.gz --- actions/twitapiusers.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actions/twitapiusers.php') diff --git a/actions/twitapiusers.php b/actions/twitapiusers.php index ec66ad1fa..337ec91d1 100644 --- a/actions/twitapiusers.php +++ b/actions/twitapiusers.php @@ -23,10 +23,6 @@ require_once(INSTALLDIR.'/lib/twitterapi.php'); class TwitapiusersAction extends TwitterapiAction { - function is_readonly() { - return true; - } - function show($args, $apidata) { parent::handle($args); -- cgit v1.2.3-54-g00ecf