Skip to content
Snippets Groups Projects

5534 add docker

Merged Hahn Axel (hahn) requested to merge 5534-add-docker into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -284,7 +284,7 @@ class imlldap {
$aItems = $this->searchUser($sSearchFilter, $aAttributesToGet);
if(count($aItems)==2){
if(is_array($aItems) && count($aItems)==2){
$this->_w(__FUNCTION__ . ' OK: I got a single result: ' . print_r($aItems[0],1) );
return $aItems[0];
}
Loading