]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-confirm.php
Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / inc / modules / guest / what-confirm.php
index 7c45f008c239c3badc891e76f61afcf1405ddb99..2ec20efbc36f27bfd2414075454b384ab3b65df3 100644 (file)
@@ -48,12 +48,12 @@ if ((!isExtensionActive('user')) && (!isAdmin())) {
        return;
 } // END - if
 
-if (isGetRequestParameterSet('hash')) {
+if (isGetRequestElementSet('hash')) {
        // Do user account confirmation
-       doConfirmUserAccount(getRequestParameter('hash'));
-} elseif ((isFormSent()) && (isPostRequestParameterSet('email'))) {
+       doConfirmUserAccount(getRequestElement('hash'));
+} elseif ((isFormSent()) && (isPostRequestElementSet('email'))) {
        // Resend confirmation link
-       doResendUserConfirmationLink(postRequestParameter('email'));
+       doResendUserConfirmationLink(postRequestElement('email'));
 } else {
        // No hash found, the guest may want to enter his email address to re-get his confirmation link?
        loadTemplate('guest_confirm_link');