From: Jason Gillman Jr Date: Thu, 17 Jan 2019 05:51:41 +0000 (-0500) Subject: Specify front end (where applicable) when getNotifyUrl is called X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c56db8c350b5c7ca28d5c88dd8d169fd3396db7b;p=civicrm-core.git Specify front end (where applicable) when getNotifyUrl is called --- diff --git a/CRM/Core/Payment.php b/CRM/Core/Payment.php index 779aca3248..7603137137 100644 --- a/CRM/Core/Payment.php +++ b/CRM/Core/Payment.php @@ -1146,7 +1146,8 @@ abstract class CRM_Core_Payment { array(), TRUE, NULL, - FALSE + FALSE, + TRUE ); return (stristr($url, '.')) ? $url : ''; }