X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_import.php;h=31b565a7c9c003bf0054a1be30ac3e607b0c326d;hp=8fcec416c3a9f3d9a51cf28bb8bf0b1e650f1cfe;hb=1e2a4228e071a67a2d79e970a843e3e30476cfb8;hpb=f123b06b1ce325b4956d9f3b9ac01c84bcc8d605 diff --git a/inc/modules/admin/what-theme_import.php b/inc/modules/admin/what-theme_import.php index 8fcec416c3..31b565a7c9 100644 --- a/inc/modules/admin/what-theme_import.php +++ b/inc/modules/admin/what-theme_import.php @@ -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__, generateExtensionInactiveMessage('theme')); + addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveNotInstalledMessage('theme')); return; }