diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/search/search.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.module b/modules/search/search.module index e2cb53e49..7d0d1cdc9 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', |