mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +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::updateDBProperties($id);
|
||||||
App::getVCategories()->purgeObject($id);
|
App::getVCategories()->purgeObject($id);
|
||||||
Addressbook::touch($addressbook['userid']);
|
Addressbook::touch($addressbook['id']);
|
||||||
|
|
||||||
\OCP\Share::unshareAll('contact', $id);
|
\OCP\Share::unshareAll('contact', $id);
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user