From: Eileen McNaughton Date: Thu, 11 Jun 2015 22:15:49 +0000 (+1200) Subject: phpcs fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=05237b769b144a0a4f21506aa016cb8c901e0649;p=civicrm-core.git phpcs fix --- diff --git a/CRM/Core/Payment.php b/CRM/Core/Payment.php index d57b98460f..ec6e33a227 100644 --- 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 );