From 6b24718e7a4583ed869b20e464830e8510449d76 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 12 Apr 2011 21:27:07 +0200 Subject: - Patch #1118502 by pwolanin: path module should use a different weight than search module on admin/config. --- modules/path/path.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path') 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( -- cgit v1.2.3