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:56:57 +00:00
parent 37992d0ee4
commit 1f94427cf7

View File

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