summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_ldap.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-06 19:08:29 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-06 19:08:29 +0000
commit9fba2a09430ecc93ab9d6aa294628a0effc8c307 (patch)
tree7c2706218338e3d404adc9a0d45657516454419e /roundcubemail/program/include/rcube_ldap.php
parent262492772481606e9a793fe765a36f11b5b3b8de (diff)
- Fix search results page jumps in LDAP addressbook (#1485253)
git-svn-id: https://svn.roundcube.net/trunk@2127 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_ldap.php')
-rw-r--r--roundcubemail/program/include/rcube_ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_ldap.php b/roundcubemail/program/include/rcube_ldap.php
index bbbff46a4..0c68bc999 100644
--- a/roundcubemail/program/include/rcube_ldap.php
+++ b/roundcubemail/program/include/rcube_ldap.php
@@ -256,7 +256,7 @@ class rcube_ldap
function list_records($cols=null, $subset=0)
{
// add general filter to query
- if (!empty($this->prop['filter']))
+ if (!empty($this->prop['filter']) && empty($this->filter))
{
$filter = $this->prop['filter'];
$this->set_search_set($filter);