summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-03-30 07:17:19 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-03-30 07:17:19 +0000
commit72bffa027800b07a45046314e85a74341d0f1714 (patch)
treed0ddaee98b0ba8b49bf81ed3bae49074f36bfb3b /modules/search
parent145e7178975f4795d991a1afc79221dd86bfd490 (diff)
downloadbrdo-72bffa027800b07a45046314e85a74341d0f1714.tar.gz
brdo-72bffa027800b07a45046314e85a74341d0f1714.tar.bz2
#594908 by Berdir, Bojhan, mrfelton, yoroy, catch: Changed Weight categories on Configuration & Modules correctly.
Diffstat (limited to 'modules/search')
-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 07c52112f..c775478a1 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -224,7 +224,7 @@ function search_menu() {
'page arguments' => array('search_admin_settings'),
'access arguments' => array('administer search'),
'type' => MENU_NORMAL_ITEM,
- 'weight' => -5,
+ 'weight' => -10,
'file' => 'search.admin.inc',
);
$items['admin/config/search/settings/reindex'] = array(