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
fe93ec3c
Commit
fe93ec3c
authored
Mar 25, 2019
by
Côme Chilliet
Browse files
🚑
fix(simpleplugin) Fix error in dialogAttributes
issue
#5975
parent
68eb1d19
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/simpleplugin/class_dialogAttributes.inc
View file @
fe93ec3c
...
...
@@ -552,7 +552,7 @@ class UsersGroupsRolesAttribute extends ObjectsAttribute
protected
function
ldapAttributesToGet
()
{
return
array_unique
([
$store_attr
,
$display_attr
,
'cn'
,
'uid'
,
'objectClass'
]);
return
array_unique
([
$
this
->
store_attr
,
$
this
->
display_attr
,
'cn'
,
'uid'
,
'objectClass'
]);
}
protected
function
fillDisplayValueFrom
(
$i
,
$attrs
)
...
...
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