]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-wernis.php
Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / member / what-wernis.php
index c6e74e40940d3d557c2d8fcbc0d010ccd5d7c9c5..c66b29d414da95b6f73157ec000dd9aebf7f3c73 100644 (file)
@@ -39,7 +39,7 @@ if (!defined('__SECURITY')) {
        // User is not logged in
        LOAD_URL("modules.php?module=index");
 } elseif ((!EXT_IS_ACTIVE("wernis")) && (!IS_ADMIN())) {
-       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "wernis");
+       addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "wernis");
        return;
 }