diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-08-05 22:30:59 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-08-05 22:30:59 +0000 |
commit | 4387247a40c8f8feb8a8a427e04bd31141c85464 (patch) | |
tree | bc4651db3ad131f9807be74fbf2990fe9ecfe22c /modules | |
parent | 9709598a524a009c9d18bd4b7147cd95bd6f4bd2 (diff) | |
download | brdo-4387247a40c8f8feb8a8a427e04bd31141c85464.tar.gz brdo-4387247a40c8f8feb8a8a427e04bd31141c85464.tar.bz2 |
#76705 by paranojik, fix search configuration's menu item
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', |