From 784187a8066884fd31f27f4608679a9b69396437 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 7 Jan 2015 03:18:29 +1300 Subject: [PATCH] whitespace --- CRM/Financial/BAO/PaymentProcessor.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CRM/Financial/BAO/PaymentProcessor.php b/CRM/Financial/BAO/PaymentProcessor.php index 3c3345bb37..c606efb868 100644 --- a/CRM/Financial/BAO/PaymentProcessor.php +++ b/CRM/Financial/BAO/PaymentProcessor.php @@ -283,14 +283,14 @@ class CRM_Financial_BAO_PaymentProcessor extends CRM_Financial_DAO_PaymentProces * @return array */ public static function getAllPaymentProcessors($mode, $reset = FALSE) { - /** - * $cacheKey = 'CRM_Financial_BAO_Payment_Processor_' . ($mode ? 'test' : 'all'); - if (!$reset) { - $processors = CRM_Utils_Cache::singleton()->get($cacheKey); - if (!empty($processors)) { - return $processors; - } - } + /** + * $cacheKey = 'CRM_Financial_BAO_Payment_Processor_' . ($mode ? 'test' : 'all'); + if (!$reset) { + $processors = CRM_Utils_Cache::singleton()->get($cacheKey); + if (!empty($processors)) { + return $processors; + } + } * */ $retrievalParameters = array('is_active' => TRUE, 'options' => array('sort' => 'is_default DESC, name'), 'api.payment_processor_type.getsingle' => 1); if ($mode == 'test') { -- 2.25.1