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 +------ actions/grouplogo.php | 5 ----- 2 files changed, 1 insertion(+), 11 deletions(-) (limited to 'actions') 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; - } } diff --git a/actions/grouplogo.php b/actions/grouplogo.php index 496b5d260..393070d5d 100644 --- a/actions/grouplogo.php +++ b/actions/grouplogo.php @@ -508,9 +508,4 @@ class GrouplogoAction extends Action $nav = new GroupNav($this, $this->group); $nav->show(); } - - function isReadOnly() - { - return true; - } } -- cgit v1.2.3-54-g00ecf