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:
Nathan Gray 2012-07-31 17:58:14 +00:00
parent 84ad92cd5d
commit 4abc1c038d

View File

@ -1153,7 +1153,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'];