diff options
author | alecpl <alec@alec.pl> | 2011-09-19 13:46:35 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-09-19 13:46:35 +0000 |
commit | 681e9e6f1ae84974fb3e3fb11af7f783152c785d (patch) | |
tree | 845df048df463511d559b96475733bacba6712e4 /program | |
parent | abc3aa8a0eb0dec01783627296092a2eb600382f (diff) |
- Don't set (wrong) error on groups listing action
Diffstat (limited to 'program')
-rw-r--r-- | program/include/rcube_ldap.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/program/include/rcube_ldap.php b/program/include/rcube_ldap.php index 870f3e9bc..196d39812 100644 --- a/program/include/rcube_ldap.php +++ b/program/include/rcube_ldap.php @@ -1109,7 +1109,6 @@ class rcube_ldap extends rcube_addressbook if ($res === false) { $this->_debug("S: ".ldap_error($this->conn)); - $this->set_error(self::ERROR_SAVING, 'errorsaving'); return array(); } @@ -1329,7 +1328,6 @@ class rcube_ldap extends rcube_addressbook if ($res === false) { $this->_debug("S: ".ldap_error($this->conn)); - $this->set_error(self::ERROR_SAVING, 'errorsaving'); return array(); } $ldap_data = ldap_get_entries($this->conn, $res); |