]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-themes.php
Complete rewrite and debug message surpressed:
[mailer.git] / inc / modules / member / what-themes.php
index fa3e614a33fc0383bdde5351f1bef10e7617489e..51ffcb580bae907891930b97176501c946bc00fc 100644 (file)
@@ -43,7 +43,7 @@ if (!defined('__SECURITY')) {
 } elseif (!IS_MEMBER()) {
        redirectToUrl('modules.php?module=index');
 } elseif ((!EXT_IS_ACTIVE('theme')) && (!IS_ADMIN())) {
 } elseif (!IS_MEMBER()) {
        redirectToUrl('modules.php?module=index');
 } elseif ((!EXT_IS_ACTIVE('theme')) && (!IS_ADMIN())) {
-       addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveMessage('theme'));
+       addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveNotInstalledMessage('theme'));
        return;
 }
 
        return;
 }