diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-19 13:46:35 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-19 13:46:35 +0000 |
| commit | c74fcffaec57f581ecedf8ed22a36e6416ab6bfa (patch) | |
| tree | 512ed7660bce57facf455a1c5cbde69e93b1791e | |
| parent | d2926da4988bb71d3e93068dad889dfbe33887fa (diff) | |
- Don't set (wrong) error on groups listing action
git-svn-id: https://svn.roundcube.net/trunk@5243 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/include/rcube_ldap.php | 2 |
1 files changed, 0 insertions, 2 deletions
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); |
