Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / sponsor_confirm.php
index efa72fcc5ff2042c9e36d49c2cb77bbeaa48cf5f..9389c7b6bf761dce53737fc1544735f7c1ce9c69 100644 (file)
@@ -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