From daf32e43cd100a6097bc5eaa55f5bf396d374dc5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 23 Jan 2009 09:51:10 +0100 Subject: usergroups is read only --- actions/usergroups.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actions') diff --git a/actions/usergroups.php b/actions/usergroups.php index 20f2e5a75..748585e1d 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -52,6 +52,11 @@ class UsergroupsAction extends Action var $page = null; var $profile = null; + function isReadOnly() + { + return true; + } + function title() { if ($this->page == 1) { -- cgit v1.2.3-54-g00ecf