From 74198ef7e2a627bcf16130a303c9f9b3c06ff963 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sat, 31 Jul 2021 12:21:03 -0400 Subject: [PATCH] message is scrunched up next to the previous sentence --- CRM/Upgrade/Incremental/php/FiveFortyOne.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/php/FiveFortyOne.php b/CRM/Upgrade/Incremental/php/FiveFortyOne.php index 2f36d043adda..ca3e5c0f4772 100644 --- a/CRM/Upgrade/Incremental/php/FiveFortyOne.php +++ b/CRM/Upgrade/Incremental/php/FiveFortyOne.php @@ -44,7 +44,7 @@ public function setPreUpgradeMessage(&$preUpgradeMessage, $rev, $currentVer = NU */ public function setPostUpgradeMessage(&$postUpgradeMessage, $rev) { $templateUpgrader = new CRM_Upgrade_Incremental_MessageTemplates($rev); - $postUpgradeMessage .= $templateUpgrader->getMessageTemplateWarning('contribution_invoice_receipt', '$display_name', 'contact.display_name'); + $postUpgradeMessage .= ''; // Example: Generate a post-upgrade message. // if ($rev == '5.12.34') { // $postUpgradeMessage .= '

' . ts("By default, CiviCRM now disables the ability to import directly from SQL. To use this feature, you must explicitly grant permission 'import SQL datasource'.");