From 8c0965556635bb2c3bcb92047fc4a177b38a2a77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Frank=20J=2E=20G=C3=B3mez?= Date: Sun, 27 Apr 2014 11:01:02 -0700 Subject: [PATCH] Whitespace edit for code readability. --- CRM/Contribute/BAO/Contribution/Utils.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CRM/Contribute/BAO/Contribution/Utils.php b/CRM/Contribute/BAO/Contribution/Utils.php index 94f44b1729..02df597459 100644 --- a/CRM/Contribute/BAO/Contribution/Utils.php +++ b/CRM/Contribute/BAO/Contribution/Utils.php @@ -298,8 +298,7 @@ class CRM_Contribute_BAO_Contribution_Utils { // check if pending was set to true by payment processor $pending = FALSE; - if (!empty($form->_params -['contribution_status_pending'])) { + if (!empty($form->_params['contribution_status_pending'])) { $pending = TRUE; } if (!(!empty($paymentParams['is_recur']) && $form->_contributeMode == 'direct')) { -- 2.25.1