X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=extern%2FauthorizeIPN.php;h=f552926fd4583af28c8d3022ec2d54c743851080;hb=fe3b8caf207e6f44bec608512740b8d1c670e746;hp=7c81b3b3d5fb82e7d0922a51f41b617fdd55195b;hpb=d36fcd1e418ab43bff5cc2f5b360bbc5261b9d1f;p=civicrm-core.git diff --git a/extern/authorizeIPN.php b/extern/authorizeIPN.php index 7c81b3b3d5..f552926fd4 100644 --- a/extern/authorizeIPN.php +++ b/extern/authorizeIPN.php @@ -21,7 +21,7 @@ if (defined('PANTHEON_ENVIRONMENT')) { session_start(); require_once '../civicrm.config.php'; -$config = CRM_Core_Config::singleton(); +CRM_Core_Config::singleton(); $log = new CRM_Utils_SystemLogger(); $log->alert('payment_notification processor_name=AuthNet', $_REQUEST);