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
e9ed722f
Commit
e9ed722f
authored
Jul 14, 2006
by
Steven Wittens
Browse files
- Fix update.php when there are no system.module updates (hunmonk)
parent
26af2133
Changes
1
Hide whitespace changes
Inline
Side-by-side
update.php
View file @
e9ed722f
...
...
@@ -374,6 +374,9 @@ function update_update_page() {
}
}
}
if
(
!
$_SESSION
[
'update_remaining'
][
'system'
])
{
unset
(
$_SESSION
[
'update_remaining'
][
'system'
]);
}
// Keep track of total number of updates
$_SESSION
[
'update_total'
]
=
count
(
$_SESSION
[
'update_remaining'
]);
...
...
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