Skip to content
Snippets Groups Projects
Commit 31bf3df7 authored by Steven Wittens's avatar Steven Wittens
Browse files

Adjust menu item weight for status report

parent dac1e339
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment