mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 12:00:09 +01:00
Backport fix to notify linked apps about changes in address
This commit is contained in:
parent
4eafcd0d18
commit
e62ce26955
@ -770,6 +770,8 @@ class addressbook_bo extends addressbook_so
|
||||
$to_write['location'] = 'editaccountcontact';
|
||||
$GLOBALS['egw']->hooks->process($to_write,False,True); // called for every app now, not only enabled ones));
|
||||
}
|
||||
// Notify linked apps about changes in the contact data
|
||||
egw_link::notify_update('addressbook', $contact['id'], $contact);
|
||||
}
|
||||
|
||||
return $this->error ? false : $contact['id'];
|
||||
|
Loading…
Reference in New Issue
Block a user