X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-support.php;h=1e8980809eda3930aa8b0a09f876ab8446c638b4;hp=bf9dda5e2facf53e3d0e9310e5a0625fa193554f;hb=3c4fbc22e3c04348734182d4d29bfef7eb050aa6;hpb=939bce138060b727dc96764df88fbb8e4e7049c7 diff --git a/inc/modules/member/what-support.php b/inc/modules/member/what-support.php index bf9dda5e2f..1e8980809e 100644 --- a/inc/modules/member/what-support.php +++ b/inc/modules/member/what-support.php @@ -37,7 +37,7 @@ if (!defined('__SECURITY')) { require($INC); } elseif (!IS_MEMBER()){ LOAD_URL("modules.php?module=index"); -} elseif (!EXT_IS_ACTIVE("support")) { +} elseif ((!EXT_IS_ACTIVE("support")) && (!IS_ADMIN())) { ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "support"); return; }