? system_get_module_admin_tasks.patch
Index: modules/system/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.module,v
retrieving revision 1.596
diff -u -p -r1.596 system.module
--- modules/system/system.module	10 Apr 2008 10:28:23 -0000	1.596
+++ modules/system/system.module	11 Apr 2008 18:32:16 -0000
@@ -1355,7 +1355,7 @@ function system_get_module_admin_tasks($
       }
     }
   }
-  $admin_tasks = array();
+
   $admin_task_count = 0;
   // Check for permissions.
   if (module_hook($module, 'perm') && $admin_access) {
