diff options
author | Evan Prodromou <git@evanprodromou.name> | 2009-01-23 09:49:38 +0100 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-23 09:49:38 +0100 |
commit | cdd2032540b0433c9a483a480bd0e6f8a655dddc (patch) | |
tree | d1813658aece20212e6a0ad38eadb1a868a3753d | |
parent | 5f89b8865056baea5e4f89aadf28541dbd0993ee (diff) |
groups are readonly
-rw-r--r-- | actions/groups.php | 5 |
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) { |