aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/info/ucp_groups.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/ucp/info/ucp_groups.php')
-rw-r--r--phpBB/includes/ucp/info/ucp_groups.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/ucp/info/ucp_groups.php b/phpBB/includes/ucp/info/ucp_groups.php
index f3def193c0..a9bdfc2847 100644
--- a/phpBB/includes/ucp/info/ucp_groups.php
+++ b/phpBB/includes/ucp/info/ucp_groups.php
@@ -20,8 +20,8 @@ class ucp_groups_info
'title' => 'UCP_USERGROUPS',
'version' => '1.0.0',
'modes' => array(
- 'membership' => array('title' => 'UCP_USERGROUPS_MEMBER', 'auth' => ''),
- 'manage' => array('title' => 'UCP_USERGROUPS_MANAGE', 'auth' => ''),
+ 'membership' => array('title' => 'UCP_USERGROUPS_MEMBER', 'auth' => '', 'cat' => array('UCP_USERGROUPS')),
+ 'manage' => array('title' => 'UCP_USERGROUPS_MANAGE', 'auth' => '', 'cat' => array('UCP_USERGROUPS')),
),
);
}