projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fadc78
)
Comment fix
author
Coleman Watts
<coleman@civicrm.org>
Tue, 15 Sep 2015 21:17:17 +0000
(17:17 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Tue, 15 Sep 2015 21:17:17 +0000
(17:17 -0400)
CRM/Contribute/Form/Contribution.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/Form/Contribution.php
b/CRM/Contribute/Form/Contribution.php
index fa4b7e4939b98695978ea23ad8a33fb6b5bfd2f7..4fab02ad799cf24ee55991c88bf1408526307e00 100644
(file)
--- 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) {