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
dd1d1971
Commit
dd1d1971
authored
Apr 03, 2019
by
Côme Chilliet
Browse files
🚑
fix(management) Fix crash in deletion dialog
issue
#5965
parent
3a241bec
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/management/class_management.inc
View file @
dd1d1971
...
...
@@ -931,7 +931,7 @@ class management
$infos
[
'nameAttr'
]
=
'cn'
;
}
$objects
[]
=
[
'name'
=>
$entry
[
$infos
[
'nameAttr'
]],
'name'
=>
$entry
[
$infos
[
'nameAttr'
]]
[
0
]
,
'dn'
=>
$dn
,
'icon'
=>
$infos
[
'icon'
],
'type'
=>
$infos
[
'name'
]
...
...
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