]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-wernis.php
More fixes, thanks to Piter01
[mailer.git] / inc / modules / member / what-wernis.php
index 84ca9cd0353da9a9c092ca920ecb5ba6362de590..8578e52479abb22486b96892926c367c0358645f 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 } elseif (!IS_MEMBER()) {
        // User is not logged in
        LOAD_URL("modules.php?module=index");
-} elseif (!EXT_IS_ACTIVE("wernis"))
+} elseif (!EXT_IS_ACTIVE("wernis")) {
        // Extension "wernis" is not activated
        ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "wernis");
        return;