diff options
Diffstat (limited to 'actions/groups.php')
-rw-r--r-- | actions/groups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/groups.php b/actions/groups.php index 39dc2232b..26b52a5fc 100644 --- a/actions/groups.php +++ b/actions/groups.php @@ -51,7 +51,7 @@ class GroupsAction extends Action var $page = null; var $profile = null; - function isReadOnly() + function isReadOnly($args) { return true; } |