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:
aefd7f6
)
phpcs fix
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Thu, 11 Jun 2015 22:15:49 +0000
(10:15 +1200)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Thu, 11 Jun 2015 22:15:49 +0000
(10:15 +1200)
CRM/Core/Payment.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment.php
b/CRM/Core/Payment.php
index d57b98460f5d11aff21d024a57bcac15af65cb8d..ec6e33a227f990e826f23dba93b52c75c7013272 100644
(file)
--- a/
CRM/Core/Payment.php
+++ b/
CRM/Core/Payment.php
@@
-543,7
+543,7
@@
abstract class CRM_Core_Payment {
protected function getReturnSuccessUrl($qfKey) {
return CRM_Utils_System::url($this->getBaseReturnUrl(), array(
'_qf_ThankYou_display' => 1,
- 'qfKey' => $qfKey
+ 'qfKey' => $qfKey
,
),
TRUE, NULL, FALSE
);