The storage must be re-synchronized after undelete

This commit is contained in:
Aleksander Machniak (Kolab Systems) 2011-07-18 15:39:02 +02:00
parent 83a95c9aee
commit e814ae20bb

View file

@ -649,6 +649,10 @@ class rcube_kolab_contacts extends rcube_addressbook
if (is_a($result, 'PEAR_Error')) {
$error = $result;
}
else {
$this->_connect();
$this->contactstorage->synchronize();
}
}
}