Merge pull request #22449 from mattwire/phpnotices
[civicrm-core.git] / templates / CRM / common / printBody.tpl
index 81ac3afef86e3cd1bc6d8cfc1255daaeb51d8756..d1c09134318dee7456c6b1855154d219ac926508 100644 (file)
@@ -9,7 +9,7 @@
 *}
 {* printBody.tpl: wrapper for Print views without HTML surrounds. *}
 
-{if $isForm and isset($formTpl)}
+{if $isForm and $formTpl}
     {include file="CRM/Form/$formTpl.tpl"}
 {else}
     {include file=$tplFile}