Backport fix to notify linked apps about changes in address

This commit is contained in:
Nathan Gray 2010-03-25 16:11:43 +00:00
parent 4eafcd0d18
commit e62ce26955

View File

@ -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'];