X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-surfbar_stats.php;h=38ae863068ba70b43bc88bc2eea00667d20bd915;hp=7e7101b6f8bb0a9c5bc3f06ea69119d2186ba859;hb=939bce138060b727dc96764df88fbb8e4e7049c7;hpb=c5a4b89497cf1430b387b43e0c7808ef6dac0acd diff --git a/inc/modules/member/what-surfbar_stats.php b/inc/modules/member/what-surfbar_stats.php index 7e7101b6f8..38ae863068 100644 --- a/inc/modules/member/what-surfbar_stats.php +++ b/inc/modules/member/what-surfbar_stats.php @@ -37,6 +37,9 @@ if (!defined('__SECURITY')) { require($INC); } elseif (!IS_MEMBER()) { LOAD_URL(URL."/modules.php?module=index"); +} elseif (!EXT_IS_ACTIVE("surfbar")) { + ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "surfbar"); + return; } // Add description as navigation point