X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-overview.php;h=44991b3b282478b053528b2c039ffb7f2cee3380;hp=e18bbad546cdfac61b2d76fc69511d2b8eeb0767;hb=c5fbd4afb0965d5f3b504d0547e60affb51d52c7;hpb=5e5fba72f1686dc9ae819f545253f0d99b4ebcba diff --git a/inc/modules/admin/what-overview.php b/inc/modules/admin/what-overview.php index e18bbad546..44991b3b28 100644 --- a/inc/modules/admin/what-overview.php +++ b/inc/modules/admin/what-overview.php @@ -47,7 +47,7 @@ $JOBS_DONE = true; // When the admin is logging in check several things first (new jobs to complete and so on) if ($GLOBALS['action'] == "login") { - if (EXT_IS_ACTIVE("task")) + if ((EXT_IS_ACTIVE("task")) && (function_exists('OUTPUT_ADVANCED_OVERVIEW'))) { // When task extension is registered output advanced overview page $JOBS_DONE = OUTPUT_ADVANCED_OVERVIEW($result_tasks); // This function is provided by the extension 'task'