// Groups review

This commit is contained in:
Damien Metzger
2013-11-05 16:30:34 +01:00
parent 0bd6b940d2
commit 161c701ecf
3 changed files with 59 additions and 56 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ class AdminGroupsControllerCore extends AdminController
),
array(
'type' => 'modules',
'label' => array('auth_modules' => $this->l('Authorized modules:'), 'unauth_modules' => $this->l('Unauthorized modules:')),
'label' => $this->l('Modules Authorization'),
'name' => 'auth_modules',
'values' => $this->formatModuleListAuth($group->id)
)