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