From 2d8851f63a8bab400e18d16c0de6f23a4f88b4aa Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 27 Oct 2014 11:35:28 +1300 Subject: [PATCH] enotice fix --- CRM/Core/Payment/BaseIPN.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CRM/Core/Payment/BaseIPN.php b/CRM/Core/Payment/BaseIPN.php index 6d8a807dde..d0e1832578 100644 --- a/CRM/Core/Payment/BaseIPN.php +++ b/CRM/Core/Payment/BaseIPN.php @@ -320,9 +320,8 @@ class CRM_Core_Payment_BaseIPN { */ function unhandled(&$objects, &$transaction) { $transaction->rollback(); - // we dont handle this as yet - CRM_Core_Error::debug_log_message("returning since contribution status: $status is not handled"); - echo "Failure: contribution status $status is not handled

"; + CRM_Core_Error::debug_log_message("returning since contribution status: is not handled"); + echo "Failure: contribution status is not handled

"; return FALSE; } -- 2.25.1