]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-themes.php
Complete rewrite and debug message surpressed:
[mailer.git] / inc / modules / guest / action-themes.php
index 6b3118598508712cdb521df6d5c0ee6fe75069dd..80210b25438b0366ed15dfa08f3794fcf6d512a0 100644 (file)
@@ -41,7 +41,7 @@ if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 } elseif ((!EXT_IS_ACTIVE('theme')) && (!IS_ADMIN())) {
-       addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveMessage('theme'));
+       addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveNotInstalledMessage('theme'));
        return;
 }