forked from extern/egroupware
Avoid conflict between date sub-placeholder for date/time custom field (#date_cf/date) and link-to custom field sub-placeholders (#infolog/created)
This commit is contained in:
parent
37992d0ee4
commit
1f94427cf7
@ -1189,7 +1189,7 @@ abstract class bo_merge
|
||||
|
||||
foreach($cf as $index => $field)
|
||||
{
|
||||
if($cfs[$field])
|
||||
if($cfs[$field] && in_array($cfs[$field]['type'],$GLOBALS['egw_info']['apps']) )
|
||||
{
|
||||
// Get replacements for that application
|
||||
$field_app = $cfs[$field]['type'];
|
||||
|
Loading…
Reference in New Issue
Block a user