From 4387247a40c8f8feb8a8a427e04bd31141c85464 Mon Sep 17 00:00:00 2001
From: Neil Drumm <drumm@3064.no-reply.drupal.org>
Date: Sat, 5 Aug 2006 22:30:59 +0000
Subject: [PATCH] #76705 by paranojik, fix search configuration's menu item

---
 modules/search/search.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/search/search.module b/modules/search/search.module
index e2cb53e49b7b..7d0d1cdc9def 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',
-- 
GitLab