]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-rallyes.php
More fixes from profi-concept for extension loading, guest/member menu and smaller...
[mailer.git] / inc / modules / guest / what-rallyes.php
index 680f16125d7ae9846b8d7756e8c8ce1e62d42deb..4c8acf31c06196cff08ccb9ecc676b065bc673ad 100644 (file)
@@ -35,7 +35,7 @@
 if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
-} elseif (!EXT_IS_ACTIVE("rallye")) {
+} elseif ((!EXT_IS_ACTIVE("rallye")) && (!IS_ADMIN())) {
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "rallye");
        return;
 }