mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
exclude field "info_link" for merge which contains an array and cannot be handled this way by bo_merge
This commit is contained in:
parent
23645c7b9f
commit
509306fcf8
@ -101,6 +101,7 @@ class infolog_merge extends bo_merge
|
||||
// Add markers
|
||||
foreach($array as $key => &$value)
|
||||
{
|
||||
if($key == 'info_link') continue; // not used for merge
|
||||
if(!$value) $value = '';
|
||||
$info['$$'.($prefix ? $prefix.'/':'').$key.'$$'] = $value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user