Skip to content
Snippets Groups Projects
Commit 4387247a authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#76705 by paranojik, fix search configuration's menu item

parent 9709598a
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment