]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
A lot double-quotes rewritten to single-quotes, global fix for getMessage() calls
[mailer.git] / inc / modules / admin / what-config_other.php
index 66698b57ca7a0b59c63da7a5a47c88ab84cc0d2a..8fc0b37a1c420aab3d250ac44657e53e935bd4e0 100644 (file)
@@ -42,7 +42,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
        require($INC);
 } elseif (!EXT_IS_ACTIVE('other')) {
        // Missing extension!
-       addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), 'other');
+       addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), 'other'));
        return;
 }