From c74fcffaec57f581ecedf8ed22a36e6416ab6bfa Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 19 Sep 2011 13:46:35 +0000 Subject: - Don't set (wrong) error on groups listing action git-svn-id: https://svn.roundcube.net/trunk@5243 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_ldap.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcube_ldap.php b/roundcubemail/program/include/rcube_ldap.php index 870f3e9bc..196d39812 100644 --- a/roundcubemail/program/include/rcube_ldap.php +++ b/roundcubemail/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); -- cgit v1.2.3