From d6c6e4cc3f5f95a4888796ab4491e8282ac3099c Mon Sep 17 00:00:00 2001
From: Eileen McNaughton
Date: Mon, 12 Jul 2021 11:02:05 +1200
Subject: [PATCH] tpl enotice fix
---
templates/CRM/common/success.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/CRM/common/success.tpl b/templates/CRM/common/success.tpl
index 4871f6b56a..4ebd3f19c1 100644
--- a/templates/CRM/common/success.tpl
+++ b/templates/CRM/common/success.tpl
@@ -48,7 +48,7 @@
{$message}
- {if $afterUpgradeMessage}
+ {if !empty($afterUpgradeMessage)}
{ts}Important Notes{/ts}
{$afterUpgradeMessage}
{/if}
--
2.25.1