X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-overview.php;h=3805b7734dce44e817784d0c4548e69d34ce0d31;hp=4a464836a0c6431fa4d50aa00841b4f9e2e4445b;hb=0cbe2bfe902d26f0e99be6005140a9d8c350f017;hpb=e3b9d430be33329eb5dc95bd7aa896f2a877bc62 diff --git a/inc/modules/admin/what-overview.php b/inc/modules/admin/what-overview.php index 4a464836a0..3805b7734d 100644 --- a/inc/modules/admin/what-overview.php +++ b/inc/modules/admin/what-overview.php @@ -58,7 +58,7 @@ $taskExt = false; // Default is that 'task' is not installed // When the admin is logging in check several things first (new jobs to complete and so on) if (getAction() == 'login') { - if (isExtensionActive('task')) { + if ((isExtensionActive('task')) && (function_exists('outputAdvancedOverview'))) { // When task extension is registered output advanced overview page $jobsDone = outputAdvancedOverview($result_tasks); // This function is provided by the extension 'task' $taskExt = true;