X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Freferal-functions.php;h=4c025b55fa13b358083c7d31dc880342bb73fe80;hp=001b7724cdb59807f5aa87029fcf86fb31429605;hb=2379934be6a196a54f4155bb8e24c49b20736969;hpb=b60d6755eb34f6a302b30eeb363ed0853e8d987d diff --git a/inc/referal-functions.php b/inc/referal-functions.php index 001b7724cd..4c025b55fa 100644 --- a/inc/referal-functions.php +++ b/inc/referal-functions.php @@ -223,7 +223,7 @@ function addPointsThroughReferalSystem ($subject, $userid, $points, $refid = NUL // And sent it away sendEmail($userid, '{--DIRECT_PAYMENT_SUBJECT--}', $message); - if (!isGetRequestParameterSet('mid')) { + if (!isGetRequestElementSet('mid')) { // Output message to admin displayMessage('{--ADMIN_POINTS_ADDED--}'); } // END - if