]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-unconfirmed.php
Error fixed :( :( :(
[mailer.git] / inc / modules / member / what-unconfirmed.php
index adf2c160e9da8626977d8abc50d766e7476d2554..d831b00e966f35ca09679e008211e6221b915fa0 100644 (file)
@@ -37,7 +37,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) {
        require($INC);
 } elseif (!IS_LOGGED_IN()) {
        LOAD_URL("modules.php?module=index");
-} elseif (!EXT_IS_ACTIVE("mailid"))) {
+} elseif (!EXT_IS_ACTIVE("mailid")) {
        LOAD_URL("modules.php?module=login");
 }