]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-reflist.php
More bugs fixed, thanks to Piter01: :-)
[mailer.git] / inc / modules / member / what-reflist.php
index fa3037a5f494388f6c58244f1a1b85296b59faf8..57b83620462754c51f37b7f1b035502f360f4cb5 100644 (file)
@@ -38,10 +38,6 @@ if (!defined('__SECURITY')) {
 } elseif (!IS_MEMBER()) {
        // User is not logged in
        LOAD_URL("modules.php?module=index");
-} elseif ((!EXT_IS_ACTIVE("reflist")) && (!IS_ADMIN())) {
-       // Extension "reflist" is not active
-       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "reflist");
-       return;
 }
 
 // Add description as navigation point