Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / confirm.php
index b17229394b954a6957fd2d364b8c0ea6c9467336..ae7c6234d5b863ac9ee86f8670a77c155f53033e 100644 (file)
@@ -52,9 +52,9 @@ setContentType('text/html');
 $url = 'modules.php?module=index&what=confirm';
 
 // Is the hash there?
-if (isGetRequestParameterSet('hash')) {
+if (isGetRequestElementSet('hash')) {
        // We have a hash here. So we simply add it
-       $url .= '&hash=' . getRequestParameter('hash');
+       $url .= '&hash=' . getRequestElement('hash');
 } // END - if
 
 // Load the URL