mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fixed problem reported with myStylite Trackerticket #820 wrong owner assignment with groupowned infologtypes, when initially linked to addressbook
This commit is contained in:
parent
db9bbc8460
commit
26838d34a7
@ -973,12 +973,12 @@ class infolog_ui
|
||||
'info_id' => $content['info_id'],
|
||||
'info_link_id' => $content['info_link_id'],
|
||||
'info_from' => $content['info_from'],
|
||||
'info_type' => $content['info_type'],
|
||||
'info_owner' => $content['info_owner'],
|
||||
'info_custom_from' => $content['info_custom_from'],
|
||||
);
|
||||
//echo "<p>updating info_link_id: ".print_r($to_write,true)."</p>\n";
|
||||
$this->bo->write($to_write,False,true,true,true); // last true = no notifications, as no real change
|
||||
|
||||
// we need eg. the new modification date, for further updates
|
||||
$content = array_merge($content,$to_write);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user