From e566b8929b20903426a9ea24dc03b2a5c4bc68c1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 23 Jan 2009 10:37:04 +0100 Subject: These aren't readonly --- actions/accesstoken.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'actions/accesstoken.php') diff --git a/actions/accesstoken.php b/actions/accesstoken.php index 6e91e6c18..77fdf6aef 100644 --- a/actions/accesstoken.php +++ b/actions/accesstoken.php @@ -50,7 +50,7 @@ class AccesstokenAction extends Action * Class handler. * * @param array $args query arguments - * + * * @return boolean false if user doesn't exist */ function handle($args) @@ -71,9 +71,4 @@ class AccesstokenAction extends Action $this->serverError($e->getMessage()); } } - - function isReadOnly() - { - return true; - } } -- cgit v1.2.3-54-g00ecf