Fix invalid number of contact records if folder contains groups (#3930)
This commit is contained in:
parent
e00daea425
commit
b640c0cc3e
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue