X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Faction-themes.php;h=151fb63ddd38b338b4cf79b3e8acf066485e0b0c;hp=c90a3e940014084ac7a8a46026a587c1196764b2;hb=2f0357c7ac9da6c17d361b8e7cb0b1ad09eb85f6;hpb=c7e6618ad49ac528dde20a68c5737712cc6667f0 diff --git a/inc/modules/guest/action-themes.php b/inc/modules/guest/action-themes.php index c90a3e9400..151fb63ddd 100644 --- a/inc/modules/guest/action-themes.php +++ b/inc/modules/guest/action-themes.php @@ -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__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), 'theme'); + addFatalMessage(__FILE__, __LINE__, sprintf(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), 'theme')); return; }