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

This commit is contained in:
Aleksander Machniak 2014-11-18 08:13:30 -05:00
parent e00daea425
commit b640c0cc3e

View file

@ -345,7 +345,7 @@ class rcube_kolab_contacts extends rcube_addressbook
} }
} }
else { else {
$this->_fetch_contacts($query = array(), true); $this->_fetch_contacts($query = 'contact', true);
} }
if ($fetch_all) { if ($fetch_all) {