Error fixed :( :( :(
authorRoland Häder <roland@mxchange.org>
Sun, 7 Sep 2008 00:48:35 +0000 (00:48 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 7 Sep 2008 00:48:35 +0000 (00:48 +0000)
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");
 }