X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-overview.php;h=75cf7740d9d32c662eaf706be821aad06af19c3b;hb=11c7c0215361456e0fe975901d43f3c834d7044b;hp=59c55b245f39f3910f031762d160aafe5fefb6ca;hpb=1ebf518b9552f71ee95de6f4b80e6de3a27716d1;p=mailer.git diff --git a/inc/modules/admin/what-overview.php b/inc/modules/admin/what-overview.php index 59c55b245f..75cf7740d9 100644 --- a/inc/modules/admin/what-overview.php +++ b/inc/modules/admin/what-overview.php @@ -1,7 +1,7 @@ 0)) { @@ -87,8 +92,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')); - } + displayMessage('{%message,EXTENSION_WARNING_EXTENSION_INACTIVE=task%}'); + } // END - if // List selected tasks on overview when task management is not active outputSeletectedTasks(postRequestArray(), $result_tasks);