1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2025-04-23 19:42:23 +02:00

LSsession : Fixed LSprofiles loading by LSobject type

This commit is contained in:
Benjamin Renard 2013-02-08 10:52:23 +01:00
parent e557d7f83b
commit 9e69912df1

View file

@ -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();
}
}
}