- Patch #1118502 by pwolanin: path module should use a different weight than search module on admin/config.

merge-requests/26/head
Dries Buytaert 2011-04-12 21:27:07 +02:00
parent 62f978fcb1
commit 6b24718e7a
1 changed files with 1 additions and 1 deletions

View File

@ -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(