From: hickert Date: Wed, 6 May 2009 12:39:43 +0000 (+0000) Subject: Applied commit 12534 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eb822e683b7625ddfca790b434d0d289abe5fd29;p=gosa.git Applied commit 12534 git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13616 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/trunk/gosa-core/include/class_ldap.inc b/trunk/gosa-core/include/class_ldap.inc index f3baf144d..bcf06951d 100644 --- a/trunk/gosa-core/include/class_ldap.inc +++ b/trunk/gosa-core/include/class_ldap.inc @@ -372,7 +372,7 @@ class LDAP{ if($this->hascon){ if($this->hasres[$srp]){ - if(!$this->re[$srp]) + if((!isset($this->re[$srp])) || (!$this->re[$srp])) { $this->error = "Perform a Fetch with no valid Result"; }