summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-12 21:27:07 +0200
committerDries Buytaert <dries@buytaert.net>2011-04-12 21:27:07 +0200
commit6b24718e7a4583ed869b20e464830e8510449d76 (patch)
tree9eb518a0d5f4a93e2502b817124d455c137847c7 /modules/path
parent62f978fcb1dc754eda974d2f88c6f3d6e8cf191e (diff)
downloadbrdo-6b24718e7a4583ed869b20e464830e8510449d76.tar.gz
brdo-6b24718e7a4583ed869b20e464830e8510449d76.tar.bz2
- Patch #1118502 by pwolanin: path module should use a different weight than search module on admin/config.
Diffstat (limited to 'modules/path')
-rw-r--r--modules/path/path.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path/path.module b/modules/path/path.module
index 7bebb5b40..332287de2 100644
--- a/modules/path/path.module
+++ b/modules/path/path.module
@@ -57,7 +57,7 @@ function path_menu() {
'description' => "Change your site's URL paths by aliasing them.",
'page callback' => 'path_admin_overview',
'access arguments' => array('administer url aliases'),
- 'weight' => -10,
+ 'weight' => -5,
'file' => 'path.admin.inc',
);
$items['admin/config/search/path/edit/%path'] = array(