X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=sponsor_confirm.php;h=875728f9b0b58ea1cf20a6258af9673d4ee1859a;hp=0c6fde960fa219867e9cd0ef976cbaaf9f1efd85;hb=2bb20ee22b662cd8875b7056be1ddb7c16550058;hpb=02a212e4758d0ee6cd970c4ea9e51ca603bd3b52 diff --git a/sponsor_confirm.php b/sponsor_confirm.php index 0c6fde960f..875728f9b0 100644 --- a/sponsor_confirm.php +++ b/sponsor_confirm.php @@ -54,9 +54,9 @@ if (isSpider()) setContentType('text/html'); $URL = 'modules.php?module=index'; // Is there a hash? -if (isGetRequestElementSet('hash')) { +if (isGetRequestParameterSet('hash')) { // We have an refid here. So we simply add it - $URL = 'modules.php?module=index&what=sponsor_login&hash=' . getRequestElement('hash'); + $URL = 'modules.php?module=index&what=sponsor_login&hash=' . getRequestParameter('hash'); } // END - if // Load the URL