--- ctools.module.bak 2009-12-21 12:55:08.000000000 +0100 +++ ctools.module 2009-12-21 13:00:28.000000000 +0100 @@ -219,7 +219,7 @@ ) + $registry['menu_local_tasks']; } - if ($registry['help']['function'] == 'theme_help') { + if (isset($registry['help']['function']) && $registry['help']['function'] == 'theme_help') { $registry['help'] = array( 'function' => 'ctools_menu_help', 'path' => drupal_get_path('module', 'ctools') . '/includes',