Api - Fix leftover $$ when merging empty contact customfields

This commit is contained in:
nathangray 2019-02-14 09:32:03 -07:00
parent 2b8491d3e0
commit 090568e250

View File

@ -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