mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-15 18:00:09 +01:00
Api - Fix leftover $$ when merging empty contact customfields
This commit is contained in:
parent
2b8491d3e0
commit
090568e250
@ -287,7 +287,7 @@ abstract class Merge
|
||||
$name = '#'.$name;
|
||||
if(!$contact[$name])
|
||||
{
|
||||
$replacements['$$'.($prefix ? $prefix.'/':'').$name] = '';
|
||||
$replacements['$$'.($prefix ? $prefix.'/':'').$name.'$$'] = '';
|
||||
continue;
|
||||
}
|
||||
// Format date cfs per user Api\Preferences
|
||||
|
Loading…
Reference in New Issue
Block a user