X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=sponsor_ref.php;h=dc134f1f5ee1a9c7b1a9e5e27bad2f8132ccb25c;hb=6b1e55213d76a67e9aa3d9f1e4dcb55e0bbf12ee;hp=b251f6922adfe69d2682d305f13e1d10aa4041f6;hpb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;p=mailer.git 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