]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-rallyes.php
- Major change in LOAD_EMAIL_TEMPLATE(). The deprecated switch() block has
[mailer.git] / inc / modules / member / what-rallyes.php
index 6185904b432c1f65d79d805083c21c48a80e0bbf..97f28f85dd83cf771c059214d591172a744bf202 100644 (file)
@@ -37,7 +37,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
- elseif (!IS_LOGGED_IN())
+ elseif (!IS_MEMBER())
 {
        LOAD_URL("modules.php?module=index");
 }