]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-overview.php
More fixes for installation and extension registration
[mailer.git] / inc / modules / admin / what-overview.php
index 4a464836a0c6431fa4d50aa00841b4f9e2e4445b..3805b7734dce44e817784d0c4548e69d34ce0d31 100644 (file)
@@ -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;