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
18e9ea0f
Commit
18e9ea0f
authored
Feb 16, 2017
by
Côme Chilliet
Browse files
Fixes
#5367
Fixed role_attrs var name error detected by sonar
parent
fc9a1026
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup/class_setupStep_Migrate.inc
View file @
18e9ea0f
...
...
@@ -765,7 +765,7 @@ class Step_Migrate extends setupStep
}
if
(
isset
(
$roles
[
$member
]))
{
$ldap
->
cat
(
$member
);
$role
s
_attrs
=
$ldap
->
fetch
();
$role_attrs
=
$ldap
->
fetch
();
$val_users
=
''
;
if
(
isset
(
$role_attrs
[
'roleOccupant'
]))
{
for
(
$e
=
0
;
$e
<
$role_attrs
[
'roleOccupant'
][
'count'
];
$e
++
)
{
...
...
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