From 99fe9b5858996890877ac341115ee00f73082730 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 25 Jun 2015 09:19:48 +1200 Subject: [PATCH] enotice fix (removed empty declaration of this var while removing unused var --- CRM/Core/Payment/BaseIPN.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Payment/BaseIPN.php b/CRM/Core/Payment/BaseIPN.php index b36696d2de..b00bd43b10 100644 --- a/CRM/Core/Payment/BaseIPN.php +++ b/CRM/Core/Payment/BaseIPN.php @@ -709,7 +709,7 @@ LIMIT 1;"; $this->copyCustomValues($recurContrib->id, $contribution->id); } - // next create the transaction record + $paymentProcessorId = ''; if (isset($objects['paymentProcessor'])) { if (is_array($objects['paymentProcessor'])) { $paymentProcessorId = $objects['paymentProcessor']['id']; -- 2.25.1