From ff836870d80f5e1703990e8823bac1e506d96ce1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 20 Aug 2010 01:42:52 +0000 Subject: - Patch #652122 by sun, catch, moshe weitzman, Berdir, mr.baileys, chx, David_Rothstein, Scott Reynolds, Damien Tournoud: fix dashboard as the default /admin local task. --- modules/system/system.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 364feb0e0..d19c02912 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -543,13 +543,14 @@ function system_menu() { 'access arguments' => array('access administration pages'), 'type' => MENU_DEFAULT_LOCAL_TASK, 'file' => 'system.admin.inc', + 'weight' => -20, ); $items['admin/by-module'] = array( 'title' => 'By module', 'page callback' => 'system_admin_by_module', 'access arguments' => array('access administration pages'), 'type' => MENU_LOCAL_TASK, - 'weight' => 2, + 'weight' => -18, 'file' => 'system.admin.inc', ); -- cgit v1.2.3