From 8e716799573facda2343f79b9c1fc512fea3da99 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 10 Jan 2022 14:19:31 +1300 Subject: [PATCH] Remove empty check We had to ensure this was always assigned for default modifier so remove the empty to make it clear it is 'sorted' --- templates/CRM/common/snippet.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/common/snippet.tpl b/templates/CRM/common/snippet.tpl index 633c707b9d..177d7dc83d 100644 --- a/templates/CRM/common/snippet.tpl +++ b/templates/CRM/common/snippet.tpl @@ -34,7 +34,7 @@ {include file="CRM/common/status.tpl"} {/if} - {if !empty($isForm)} + {if $isForm} {include file="CRM/Form/default.tpl"} {else} {include file=$tplFile} -- 2.25.1