summaryrefslogtreecommitdiff
path: root/actions/groups.php
diff options
context:
space:
mode:
authorEvan Prodromou <git@evanprodromou.name>2009-01-23 09:49:38 +0100
committerEvan Prodromou <git@evanprodromou.name>2009-01-23 09:49:38 +0100
commitcdd2032540b0433c9a483a480bd0e6f8a655dddc (patch)
treed1813658aece20212e6a0ad38eadb1a868a3753d /actions/groups.php
parent5f89b8865056baea5e4f89aadf28541dbd0993ee (diff)
groups are readonly
Diffstat (limited to 'actions/groups.php')
-rw-r--r--actions/groups.php5
1 files changed, 5 insertions, 0 deletions
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) {