summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-05 22:30:59 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-05 22:30:59 +0000
commit4387247a40c8f8feb8a8a427e04bd31141c85464 (patch)
treebc4651db3ad131f9807be74fbf2990fe9ecfe22c /modules
parent9709598a524a009c9d18bd4b7147cd95bd6f4bd2 (diff)
downloadbrdo-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.module2
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',