More fixes, thanks to Piter01
[mailer.git] / inc / modules / member / what-beg2.php
index f8952e552b22fedb3e7a488a3de6f76a73a8e50c..1c9ecfdc6997c2650c394472b7138962e8f61c36 100644 (file)
@@ -37,7 +37,7 @@ if (!defined('__SECURITY')) {
        require($INC);
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php[5~?module=index");
-} elseif (!EXT_IS_ACTIVE("beg"))
+} elseif (!EXT_IS_ACTIVE("beg")) {
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "beg");
        return;
 }