mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
Backport fix to notify linked apps about changes in address
This commit is contained in:
parent
1bc9aca110
commit
ee4820f782
@ -760,6 +760,8 @@ class addressbook_bo extends addressbook_so
|
|||||||
$to_write['location'] = 'editaccountcontact';
|
$to_write['location'] = 'editaccountcontact';
|
||||||
$GLOBALS['egw']->hooks->process($to_write,False,True); // called for every app now, not only enabled ones));
|
$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'];
|
return $this->error ? false : $contact['id'];
|
||||||
|
Loading…
Reference in New Issue
Block a user