Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
87bdade9
Commit
87bdade9
authored
May 06, 2010
by
Dries Buytaert
Browse files
- Patch
#787944
by yoroy: weight items on the Reports overview page.
parent
5436424a
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/system/system.module
View file @
87bdade9
...
...
@@ -1008,7 +1008,7 @@ function system_menu() {
'title'
=>
'Status report'
,
'description'
=>
"Get a status report about your site's operation and any detected problems."
,
'page callback'
=>
'system_status'
,
'weight'
=>
1
0
,
'weight'
=>
-
6
0
,
'access arguments'
=>
array
(
'administer site configuration'
),
'file'
=>
'system.admin.inc'
,
);
...
...
modules/update/update.module
View file @
87bdade9
...
...
@@ -159,7 +159,7 @@ function update_menu() {
'description'
=>
'Get a status report about available updates for your installed modules and themes.'
,
'page callback'
=>
'update_status'
,
'access arguments'
=>
array
(
'administer site configuration'
),
'weight'
=>
1
0
,
'weight'
=>
-
5
0
,
'file'
=>
'update.report.inc'
,
);
$items
[
'admin/reports/updates/list'
]
=
array
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment