mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSsession : Fixed LSprofiles loading by LSobject type
This commit is contained in:
parent
e557d7f83b
commit
9e69912df1
1 changed files with 1 additions and 1 deletions
|
@ -1521,7 +1521,7 @@ class LSsession {
|
|||
$LSsearch = new LSsearch($LSobject,'LSsession :: loadLSprofiles',$params,true);
|
||||
$LSsearch -> run(false);
|
||||
|
||||
$LSprofiles[$profile] = $LSsearch -> listObjectsDn();
|
||||
self :: $LSprofiles[$profile] = $LSsearch -> listObjectsDn();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue