diff options
Diffstat (limited to 'actions/usergroups.php')
-rw-r--r-- | actions/usergroups.php | 5 |
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) { |