mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
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)
|
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
|
// Get replacements for that application
|
||||||
$field_app = $cfs[$field]['type'];
|
$field_app = $cfs[$field]['type'];
|
||||||
|
Loading…
Reference in New Issue
Block a user