mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +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
54796ad0cd
commit
8a5a7ab6f8
@ -973,12 +973,12 @@ class infolog_ui
|
|||||||
'info_id' => $content['info_id'],
|
'info_id' => $content['info_id'],
|
||||||
'info_link_id' => $content['info_link_id'],
|
'info_link_id' => $content['info_link_id'],
|
||||||
'info_from' => $content['info_from'],
|
'info_from' => $content['info_from'],
|
||||||
|
'info_type' => $content['info_type'],
|
||||||
'info_owner' => $content['info_owner'],
|
'info_owner' => $content['info_owner'],
|
||||||
'info_custom_from' => $content['info_custom_from'],
|
'info_custom_from' => $content['info_custom_from'],
|
||||||
);
|
);
|
||||||
//echo "<p>updating info_link_id: ".print_r($to_write,true)."</p>\n";
|
//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
|
$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
|
// we need eg. the new modification date, for further updates
|
||||||
$content = array_merge($content,$to_write);
|
$content = array_merge($content,$to_write);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user