Skip to content

Commit

Permalink
Specify front end (where applicable) when getNotifyUrl is called
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillmanjr committed Jan 17, 2019
1 parent 6e91fbb commit c56db8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CRM/Core/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,8 @@ protected function getNotifyUrl() {
array(),
TRUE,
NULL,
FALSE
FALSE,
TRUE
);
return (stristr($url, '.')) ? $url : '';
}
Expand Down

0 comments on commit c56db8c

Please sign in to comment.