From b640c0cc3e51597f967c074de34320f0abe2de8d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 18 Nov 2014 08:13:30 -0500 Subject: [PATCH] Fix invalid number of contact records if folder contains groups (#3930) --- plugins/kolab_addressbook/lib/rcube_kolab_contacts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php b/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php index 8bd18865..9b2c1e02 100644 --- a/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php +++ b/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php @@ -345,7 +345,7 @@ class rcube_kolab_contacts extends rcube_addressbook } } else { - $this->_fetch_contacts($query = array(), true); + $this->_fetch_contacts($query = 'contact', true); } if ($fetch_all) {