]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-bank_deposit.php
More fixes from profi-concept for extension loading, guest/member menu and smaller...
[mailer.git] / inc / modules / member / what-bank_deposit.php
index 9316759fe2631703c9af8f4a258e173b381a8ed0..7012c64f8208ce3c5f6fc5ee47cb10017c783076 100644 (file)
@@ -4,7 +4,7 @@
  * ================                             Last change: 01/07/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
- * File              : what-                                            *
+ * File              : what-bank_deposit.php                            *
  * -------------------------------------------------------------------- *
  * Short description :                                                  *
  * -------------------------------------------------------------------- *
@@ -37,7 +37,7 @@ if (!defined('__SECURITY')) {
        require($INC);
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php?module=index");
-} elseif (!EXT_IS_ACTIVE("bank")) {
+} elseif ((!EXT_IS_ACTIVE("bank")) && (!IS_ADMIN())) {
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "bank");
        return;
 }