X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=sponsor_confirm.php;h=9389c7b6bf761dce53737fc1544735f7c1ce9c69;hb=f328172e16c619d30889fac830e873f2eeef857a;hp=efa72fcc5ff2042c9e36d49c2cb77bbeaa48cf5f;hpb=f7d1229840cdae4ba22fdf375265bca4fb4a2d32;p=mailer.git diff --git a/sponsor_confirm.php b/sponsor_confirm.php index efa72fcc5f..9389c7b6bf 100644 --- a/sponsor_confirm.php +++ b/sponsor_confirm.php @@ -53,9 +53,9 @@ setContentType('text/html'); $url = 'modules.php?module=index'; // Is there a hash? -if (isGetRequestParameterSet('hash')) { +if (isGetRequestElementSet('hash')) { // We have an refid here. So we simply add it - $url = 'modules.php?module=index&what=sponsor_login&hash=' . getRequestParameter('hash'); + $url = 'modules.php?module=index&what=sponsor_login&hash=' . getRequestElement('hash'); } // END - if // Load the URL