mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Api - Fix leftover $$ when merging empty contact customfields
This commit is contained in:
parent
c2003e2b8a
commit
fd8f69db80
@ -295,7 +295,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