More language strings rewritten
[mailer.git] / inc / modules / member / what-bank_infos.php
index d9915dffaff50414636f4d545ddc76b6db5de696..967b6b6a155ee5de80b45b382af549615377ef55 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php?module=index");
 } elseif ((!EXT_IS_ACTIVE("bank")) && (!IS_ADMIN())) {
-       addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "bank");
+       addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "bank");
        return;
 }