From 31bf3df7a5095c2fb4f1980033708140d4790273 Mon Sep 17 00:00:00 2001 From: Steven Wittens <steven@10.no-reply.drupal.org> Date: Fri, 1 Sep 2006 17:23:29 +0000 Subject: [PATCH] Adjust menu item weight for status report --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/system.module b/modules/system/system.module index 8ca5fb4de39a..8c32d188b223 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -261,7 +261,7 @@ function system_menu($may_cache) { 'title' => t('status report'), 'description' => t('Get a status report about your site\'s operation and any detected problems.'), 'callback' => 'system_status', - 'weight' => -11, + 'weight' => 10, 'access' => $access); $items[] = array( 'path' => 'admin/logs/status/run-cron', -- GitLab