Remove empty check
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 10 Jan 2022 01:19:31 +0000 (14:19 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 16 Jan 2022 21:41:09 +0000 (10:41 +1300)
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

index 633c707b9da07789fdd62c8fc46516a1f82f64ec..177d7dc83d5122a53be94b8b0c0b58eac40cd264 100644 (file)
@@ -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}