]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-beg.php
More fixes, thanks to Piter01
[mailer.git] / inc / modules / member / what-beg.php
index 47c3a1710caee127888c5ddccb08c842f880c869..70af3d4e2c68ecdc7d599756865609386601dd02 100644 (file)
@@ -37,7 +37,7 @@ if (!defined('__SECURITY')) {
        require($INC);
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php?module=index");
-} elseif (!EXT_IS_ACTIVE("beg"))
+} elseif (!EXT_IS_ACTIVE("beg")) {
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "beg");
        return;
 }