X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-rallyes.php;h=97f28f85dd83cf771c059214d591172a744bf202;hb=f01652b7b8efac92d97889e312402c4a845c2f14;hp=6185904b432c1f65d79d805083c21c48a80e0bbf;hpb=60494e212a67fe360bfbb481eb4928480a6f379b;p=mailer.git diff --git a/inc/modules/member/what-rallyes.php b/inc/modules/member/what-rallyes.php index 6185904b43..97f28f85dd 100644 --- a/inc/modules/member/what-rallyes.php +++ b/inc/modules/member/what-rallyes.php @@ -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"); }