diff options
-rw-r--r-- | update.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/update.php b/update.php index de9d03b62..0952f1302 100644 --- a/update.php +++ b/update.php @@ -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']); |