From 68483a2080d25e73234fc981edff6d8a3b537842 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Tue, 14 Mar 2017 09:58:39 +0000 Subject: [PATCH] Coding style --- CRM/Financial/BAO/PaymentProcessor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Financial/BAO/PaymentProcessor.php b/CRM/Financial/BAO/PaymentProcessor.php index dd0b8de7bc..4472bea0c1 100644 --- a/CRM/Financial/BAO/PaymentProcessor.php +++ b/CRM/Financial/BAO/PaymentProcessor.php @@ -84,7 +84,7 @@ class CRM_Financial_BAO_PaymentProcessor extends CRM_Financial_DAO_PaymentProces $test_id = self::getTestProcessorId($params['id']); $testDAO = new CRM_Financial_DAO_PaymentProcessor(); $testDAO->id = $test_id; - if ($testDAO->find(true)) { + if ($testDAO->find(TRUE)) { $testDAO->is_active = $params['is_active']; $testDAO->save(); } -- 2.25.1