Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
ee81f374
Commit
ee81f374
authored
Mar 07, 2016
by
Côme Chilliet
Browse files
Fixes
#4561
plCategory needs to be an array
parent
f810afb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/admin/acl/class_aclManagement.inc
View file @
ee81f374
...
...
@@ -31,7 +31,7 @@ class aclAssignmentCreationDialog extends simplePlugin
'plShortName'
=>
_
(
'ACL assignment creation'
),
'plShortName'
=>
_
(
'ACL assignment creation'
),
'plDescription'
=>
_
(
'Create an ACL assignment on an arbitrary dn'
),
'plCategory'
=>
'acl'
,
'plCategory'
=>
array
(
'acl'
)
,
'plProvidedAcls'
=>
array
()
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment