mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSldapObject :: getSelectArray() : Remplaced unknown variable $filter usage by NULL
This commit is contained in:
parent
095d348d4e
commit
447ad68998
1 changed files with 1 additions and 1 deletions
|
@ -1077,7 +1077,7 @@ class LSldapObject {
|
|||
* @retval array('dn' => 'display')
|
||||
*/
|
||||
function getSelectArray($pattern=NULL,$topDn=NULL,$displayFormat=NULL,$approx=false,$cache=true) {
|
||||
return $this -> listObjectsName($filter,$topDn,array('pattern' => $pattern),$displayFormat,$cache);
|
||||
return $this -> listObjectsName(NULL,$topDn,array('pattern' => $pattern),$displayFormat,$cache);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue