1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Also touch address book on contact deletion.

This commit is contained in:
Thomas Tanghus 2013-05-22 03:19:33 +02:00
parent af7359f50e
commit 2b2e9cd79e

View File

@ -682,6 +682,7 @@ class Database extends AbstractBackend {
. $id, \OCP\Util::DEBUG);
return false;
}
$this->touchAddressBook($addressbookid);
return true;
}