summaryrefslogtreecommitdiff
path: root/actions/usergroups.php
diff options
context:
space:
mode:
authorEvan Prodromou <git@evanprodromou.name>2009-01-23 09:51:10 +0100
committerEvan Prodromou <git@evanprodromou.name>2009-01-23 09:51:10 +0100
commitdaf32e43cd100a6097bc5eaa55f5bf396d374dc5 (patch)
tree7feaac95a769696a58a0d9b52db3c67bd906b54c /actions/usergroups.php
parentcdd2032540b0433c9a483a480bd0e6f8a655dddc (diff)
usergroups is read only
Diffstat (limited to 'actions/usergroups.php')
-rw-r--r--actions/usergroups.php5
1 files changed, 5 insertions, 0 deletions
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) {