]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
Complete rewrite and debug message surpressed:
[mailer.git] / inc / modules / admin / what-config_other.php
index 0cc236cc3cadd907b0c1ffb0b356d148d25190fc..d6bca2db091f8db0c22bee6df6aca071a76d3303 100644 (file)
@@ -42,7 +42,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
        require($INC);
 } elseif (!EXT_IS_ACTIVE('other')) {
        // Missing extension!
-       addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveMessage('other'));
+       addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveNotInstalledMessage('other'));
        return;
 }