From 77c081c2027b131f6f9043a24d9e33bad8c97bd2 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 15 Sep 2015 17:17:17 -0400 Subject: [PATCH] Comment fix --- CRM/Contribute/Form/Contribution.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/Contribution.php b/CRM/Contribute/Form/Contribution.php index fa4b7e4939..4fab02ad79 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -972,10 +972,10 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP )); return; } + // Get the submitted form values. $submittedValues = $this->controller->exportValues($this->_name); try { - // Get the submitted form values. $contribution = $this->submit($submittedValues, $this->_action, $this->_ppID); } catch (PaymentProcessorException $e) { -- 2.25.1