X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-overview.php;h=d532a27f7cc635556af63c6113fa43704c0afa16;hp=6f9fee94ba63d28871ac80fb3acae492131332ec;hb=6914ebaaae909093df86d010e4c754a43d1a1aed;hpb=0e269568bd666186509e98594e83bac199ac26da diff --git a/inc/modules/admin/what-overview.php b/inc/modules/admin/what-overview.php index 6f9fee94ba..d532a27f7c 100644 --- a/inc/modules/admin/what-overview.php +++ b/inc/modules/admin/what-overview.php @@ -1,7 +1,7 @@ 0)) { @@ -93,8 +94,8 @@ if (!ifAdminMenuHasEntries(getAction())) { } elseif ($taskExt === false) { if (isExtensionActive('task')) { // Output warning message - loadTemplate('admin_settings_saved', false, sprintf(getMessage('EXTENSION_WARNING_EXT_INACTIVE'), 'task')); - } + loadTemplate('admin_settings_saved', false, getMaskedMessage('EXTENSION_WARNING_EXTENSION_INACTIVE', 'task')); + } // END - if // List selected tasks on overview when task management is not active outputSeletectedTasks(postRequestArray(), $result_tasks);