Whitespace edit for code readability.
authorFrank J. Gómez <frank@ginkgostreet.com>
Sun, 27 Apr 2014 18:01:02 +0000 (11:01 -0700)
committerFrank J. Gómez <frank@ginkgostreet.com>
Fri, 2 May 2014 20:58:47 +0000 (13:58 -0700)
CRM/Contribute/BAO/Contribution/Utils.php

index 94f44b1729c7c9cec7c78e42999218671fb2b6d2..02df597459e548469d7acfb01063405d189f4b10 100644 (file)
@@ -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')) {