diff options
Diffstat (limited to 'actions/usergroups.php')
-rw-r--r-- | actions/usergroups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/usergroups.php b/actions/usergroups.php index 06b2334bf..e3088dcbd 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -52,7 +52,7 @@ class UsergroupsAction extends Action var $page = null; var $profile = null; - function isReadOnly() + function isReadOnly($args) { return true; } |