forked from extern/egroupware
Custom fields can be at the start of the content
This commit is contained in:
parent
d205c2d294
commit
ad253a2608
@ -61,7 +61,7 @@ class Merge extends Api\Storage\Merge
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if($content && strpos($content, '$$#') !== 0)
|
||||
if($content && strpos($content, '$$#') !== false)
|
||||
{
|
||||
$this->cf_link_to_expand($this->contacts->read($id, $ignore_acl), $content, $replacements,'addressbook');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user