]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
More language strings rewritten
[mailer.git] / inc / modules / admin / what-config_other.php
index d73a2f793d380cc048eadb8dff9d775100251cb7..6b5db674fc9e8fc851fa678a1a00163bfa91d932 100644 (file)
@@ -35,9 +35,9 @@
 if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
-} elseif ((!EXT_IS_ACTIVE("other")) || (GET_EXT_VERSION("other") == "")) {
+} elseif (!EXT_IS_ACTIVE("other")) {
        // Missing extension!
-       addFatalMessage(sprintf(EXTENSION_PROBLEM_NOT_INSTALLED, "other"));
+       addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "other");
        return;
 }