X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=sponsor_confirm.php;h=9389c7b6bf761dce53737fc1544735f7c1ce9c69;hp=efa72fcc5ff2042c9e36d49c2cb77bbeaa48cf5f;hb=2379934be6a196a54f4155bb8e24c49b20736969;hpb=f7d1229840cdae4ba22fdf375265bca4fb4a2d32 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