X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=confirm.php;h=c53046e3479d79585135d893736014776d6d34a4;hp=96f75782085ba71f3ce113b23e1c09e3b09370ae;hb=ccc4a69ce9b17aa8d7b1554a3b2b017db091821b;hpb=81bfbcd72e424060ea1223b49ad92fcfa150f361 diff --git a/confirm.php b/confirm.php index 96f7578208..c53046e347 100644 --- a/confirm.php +++ b/confirm.php @@ -54,7 +54,7 @@ require('inc/config-global.php'); if ((isInstalled()) && (isAdminRegistered())) { // Base URL for redirection $URL = 'modules.php?module=index&what=confirm&hash='; - if (!REQUEST_ISSET_GET(('hash'))) { + if (!REQUEST_ISSET_GET('hash')) { // No refid and we add our refid (don't forget to set $def_refid!) $URL = 'modules.php?module=index'; } else {