From c48c8f825250b9d84e97165392b8143a79cc71bf Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 24 Mar 2013 14:32:30 -0700 Subject: [PATCH] whitespace cleanup --- CRM/Core/Payment/ProcessorForm.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CRM/Core/Payment/ProcessorForm.php b/CRM/Core/Payment/ProcessorForm.php index 2fa9e32943..eb51b452b8 100644 --- a/CRM/Core/Payment/ProcessorForm.php +++ b/CRM/Core/Payment/ProcessorForm.php @@ -102,13 +102,14 @@ class CRM_Core_Payment_ProcessorForm { CRM_Core_Error::fatal(ts('This contribution page is configured to support separate contribution and membership payments. This %1 plugin does not currently support multiple simultaneous payments, or the option to "Execute real-time monetary transactions" is disabled. Please contact the site administrator and notify them of this error', array(1 => $form->_paymentProcessor['payment_processor_type']) - )); + ) + ); } $profileAddressFields = $form->get('profileAddressFields'); - if (!empty( $profileAddressFields)){ + if (!empty( $profileAddressFields)) { $form->assign('profileAddressFields', $profileAddressFields); - } + } } static function buildQuickform(&$form) { -- 2.25.1