New method generateExtensionInactiveMessage() introduced
[mailer.git] / inc / modules / admin / what-theme_edit.php
index f95e49cec0a3a27d2a13f13457c63791f2a9047f..7ada1d712c3ba26ba346bd3c7bf7da6e8a86e5d4 100644 (file)
@@ -41,7 +41,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 } elseif (!EXT_IS_ACTIVE('theme')) {
-       addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), 'theme'));
+       addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveMessage('theme'));
        return;
 }