More fixes, thanks to Piter01
[mailer.git] / inc / modules / member / what-payout.php
index dccd81ffb80efda2ba69cd8a0761c0d6b5f67790..d352d80cf79d48bde4892a970e5465bee5fc7fa5 100644 (file)
@@ -39,7 +39,7 @@ if (!defined('__SECURITY')) {
 } elseif (!IS_MEMBER()) {
        // Not logged in
        LOAD_URL("modules.php?module=index");
-} elseif (!EXT_IS_ACTIVE("payout"))
+} elseif (!EXT_IS_ACTIVE("payout")) {
        // Extension "payout" is not active
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "payout");
        return;