From cdd2032540b0433c9a483a480bd0e6f8a655dddc Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 23 Jan 2009 09:49:38 +0100 Subject: groups are readonly --- actions/groups.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actions/groups.php') diff --git a/actions/groups.php b/actions/groups.php index 261f9b3aa..39dc2232b 100644 --- a/actions/groups.php +++ b/actions/groups.php @@ -51,6 +51,11 @@ class GroupsAction extends Action var $page = null; var $profile = null; + function isReadOnly() + { + return true; + } + function title() { if ($this->page == 1) { -- cgit v1.2.3-54-g00ecf