The storage must be re-synchronized after undelete
This commit is contained in:
parent
83a95c9aee
commit
e814ae20bb
1 changed files with 4 additions and 0 deletions
|
@ -649,6 +649,10 @@ class rcube_kolab_contacts extends rcube_addressbook
|
||||||
if (is_a($result, 'PEAR_Error')) {
|
if (is_a($result, 'PEAR_Error')) {
|
||||||
$error = $result;
|
$error = $result;
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
$this->_connect();
|
||||||
|
$this->contactstorage->synchronize();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue