X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=sponsor_ref.php;h=dc134f1f5ee1a9c7b1a9e5e27bad2f8132ccb25c;hp=b251f6922adfe69d2682d305f13e1d10aa4041f6;hb=b52976057a73d26d63b6c98a4fc9efb3e07f40e7;hpb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86 diff --git a/sponsor_ref.php b/sponsor_ref.php index b251f6922a..dc134f1f5e 100644 --- a/sponsor_ref.php +++ b/sponsor_ref.php @@ -54,7 +54,7 @@ setContentType('text/html'); $url = 'modules.php?module=index'; // Is there a referral id? -if (isReferralIdValid()) { +if (isValidReferralId()) { // We have an refid here. So we simply add it $url .= '&what=sponsor_reg&refid=' . determineReferralId(); } // END - if