]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-bonus.php
More fixes, thanks to Piter01
[mailer.git] / inc / modules / member / what-bonus.php
index 1c20685a78f851da8d566469045efb3d6351b3f1..9d340d18e7a50bffe9ced1f003742e3fa6e82254 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("bonus"))
+} elseif (!EXT_IS_ACTIVE("bonus")) {
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "bonus");
        return;
 }