1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

Contacts: Don't use userid when setting addressbook ctag.

This commit is contained in:
Thomas Tanghus 2012-11-26 20:37:47 +01:00
parent e8375b1217
commit 0b27c3a82c

View File

@ -615,7 +615,7 @@ class VCard {
App::updateDBProperties($id);
App::getVCategories()->purgeObject($id);
Addressbook::touch($addressbook['userid']);
Addressbook::touch($addressbook['id']);
\OCP\Share::unshareAll('contact', $id);
return true;