Custom fields can be at the start of the content

This commit is contained in:
nathangray 2017-01-19 10:52:45 -07:00
parent 6ed24454f9
commit 74c48e0592

View File

@ -61,7 +61,7 @@ class Merge extends Api\Storage\Merge
{ {
return false; 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'); $this->cf_link_to_expand($this->contacts->read($id, $ignore_acl), $content, $replacements,'addressbook');
} }