diff --git a/modules/search/search.module b/modules/search/search.module index e2cb53e49b7b886fb2957d815726bf48e81b0122..7d0d1cdc9def4b0222f6c5f98ff68bed75442b82 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -161,7 +161,7 @@ function search_menu($may_cache) { 'description' => t('Configure relevance settings for search and other indexing options'), 'callback' => 'search_admin_settings', 'access' => user_access('administer search'), - 'type' => MENU_CALLBACK); + 'type' => MENU_NORMAL_ITEM); $items[] = array('path' => 'admin/settings/search/wipe', 'title' => t('clear index'), 'callback' => 'search_wipe_confirm',