X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=extern%2Fipn.php;h=5f5f6bef15c81004e749ee959ca775c8c988b4c5;hb=1a10d7ed9e639131ccd758c5130a06c26101037a;hp=e79d1257dc86cb0b25b7fb07dcf9adb0989b6ec3;hpb=ee4ac4e666956c3255b24525be6fc992760513a8;p=civicrm-core.git diff --git a/extern/ipn.php b/extern/ipn.php index e79d1257dc..5f5f6bef15 100644 --- a/extern/ipn.php +++ b/extern/ipn.php @@ -12,8 +12,6 @@ /** * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * * This script processes "Instant Payment Notifications" (IPNs). Modern * Payment Processors use the /civicrm/payment/ipn/123 endpoint instead (where * 123 is the payment processor ID), however a quirk in the way PayPal works @@ -47,7 +45,7 @@ require_once '../civicrm.config.php'; /* Cache the real UF, override it with the SOAP environment */ -$config = CRM_Core_Config::singleton(); +CRM_Core_Config::singleton(); $log = new CRM_Utils_SystemLogger(); if (empty($_GET)) { $log->alert('payment_notification processor_name=PayPal', $_REQUEST);