- Patch #1118502 by pwolanin: path module should use a different weight than search module on admin/config.
parent
62f978fcb1
commit
6b24718e7a
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue