plugins/kolab_addressbook

Aleksander Machniak machniak at kolabsys.com
Tue Nov 18 14:55:45 CET 2014


 plugins/kolab_addressbook/lib/rcube_kolab_contacts.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b640c0cc3e51597f967c074de34320f0abe2de8d
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Tue Nov 18 08:13:30 2014 -0500

    Fix invalid number of contact records if folder contains groups (#3930)

diff --git a/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php b/plugins/kolab_addressbook/lib/rcube_kolab_contacts.php
index 8bd1886..9b2c1e0 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) {




More information about the commits mailing list