diff options
Diffstat (limited to 'modules/dashboard')
-rw-r--r-- | modules/dashboard/dashboard.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/dashboard/dashboard.module b/modules/dashboard/dashboard.module index b1266ef88..8cf5a7e59 100644 --- a/modules/dashboard/dashboard.module +++ b/modules/dashboard/dashboard.module @@ -53,7 +53,6 @@ function dashboard_menu() { 'page callback' => 'dashboard_admin', 'page arguments' => array(TRUE), 'access arguments' => array('access dashboard'), - 'type' => MENU_CALLBACK, ); $items['admin/dashboard/drawer'] = array( 'page callback' => 'dashboard_show_disabled', |