From 8b06769139e564ca8923f9f5cf4424860162df74 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Wed, 14 Jan 2015 21:27:30 -0500 Subject: [PATCH] CRM-15824: Add the thankyou_title variable to the online contribution receipt. --- CRM/Contribute/BAO/ContributionPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Contribute/BAO/ContributionPage.php b/CRM/Contribute/BAO/ContributionPage.php index 979a181bbb..4869a306a4 100644 --- a/CRM/Contribute/BAO/ContributionPage.php +++ b/CRM/Contribute/BAO/ContributionPage.php @@ -326,6 +326,7 @@ class CRM_Contribute_BAO_ContributionPage extends CRM_Contribute_DAO_Contributio 'priceSetID' => CRM_Utils_Array::value('priceSetID', $values), 'title' => $title, 'isShare' => CRM_Utils_Array::value('is_share', $values), + 'thankyou_title' => CRM_Utils_Array::value('thankyou_title', $values), ); if ($contributionTypeId = CRM_Utils_Array::value('financial_type_id', $values)) { -- 2.25.1