Old template cache directory removed, SVN property set
[mailer.git] / sponsor_confirm.php
index 0c6fde960fa219867e9cd0ef976cbaaf9f1efd85..875728f9b0b58ea1cf20a6258af9673d4ee1859a 100644 (file)
@@ -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