forked from extern/egroupware
Custom fields can be at the start of the content
This commit is contained in:
parent
6ed24454f9
commit
74c48e0592
@ -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');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user