From 89ccdb6b9eb0ee691c52de1201ea5d4f4b8c67ed Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 24 Nov 2023 10:34:45 +1300 Subject: [PATCH] Fix recently-merged typo --- CRM/Contribute/Form/ContributionBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/ContributionBase.php b/CRM/Contribute/Form/ContributionBase.php index c7430f8aac..aada022269 100644 --- a/CRM/Contribute/Form/ContributionBase.php +++ b/CRM/Contribute/Form/ContributionBase.php @@ -757,7 +757,7 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form { } } - $this->assign('address', CRM_Utils_Address::getFormattedBillingAddressFieldsFromParameters($this->_params,)); + $this->assign('address', CRM_Utils_Address::getFormattedBillingAddressFieldsFromParameters($this->_params)); if (!empty($this->_params['onbehalf_profile_id']) && !empty($this->_params['onbehalf'])) { $this->assign('onBehalfName', $this->_params['organization_name']); -- 2.25.1