minor fix
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Fri, 8 Jul 2016 08:42:36 +0000 (14:12 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Fri, 8 Jul 2016 08:42:36 +0000 (14:12 +0530)
CRM/Core/Payment/PayPalIPN.php

index e9e0cf093b324b8623400c9b2e87045ff776656f..b90ccd67db576aef264b1d95fab7b6e30678b347 100644 (file)
@@ -71,8 +71,8 @@ class CRM_Core_Payment_PayPalIPN extends CRM_Core_Payment_BaseIPN {
       FALSE
     );
     if ($abort && $value === NULL) {
-      CRM_Core_Error::debug_log_message("Could not find an entry for $name in $location");
-      echo "Failure: Missing Parameter<p>" . $name;
+      CRM_Core_Error::debug_log_message("Could not find an entry for $name");
+      echo "Failure: Missing Parameter<p>" . CRM_Utils_Type::escape($name, 'String');
       exit();
     }
     return $value;