From f2616d72354093c47a7db52158e9947059701008 Mon Sep 17 00:00:00 2001
From: demeritcowboy
Date: Fri, 10 Feb 2023 23:45:10 -0500
Subject: [PATCH] fix fatal error
---
templates/CRM/common/success.tpl | 4 ----
1 file changed, 4 deletions(-)
diff --git a/templates/CRM/common/success.tpl b/templates/CRM/common/success.tpl
index f45fe348cb..2fdc0b5eb2 100644
--- a/templates/CRM/common/success.tpl
+++ b/templates/CRM/common/success.tpl
@@ -48,10 +48,6 @@
{$message}
- {if array_key_exists($afterUpgradeMessage, $form) && $afterUpgradeMessage}
- {ts}Important Notes{/ts}
- {$afterUpgradeMessage|smarty:nodefaults}
- {/if}
{ts}Return to CiviCRM home page.{/ts}
{/if}
--
2.25.1