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:
parent
e8375b1217
commit
0b27c3a82c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user