Skip to content

Commit

Permalink
Fixed display of headers while updating modules
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 3, 2003
1 parent 1d2603b commit 17e6df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
}

} else { // module not installed yet, so install it
if (!empty($updated_modules)) {
if (empty($updated_modules)) {
$strmodulesetup = get_string("modulesetup");
print_header($strmodulesetup, $strmodulesetup, $strmodulesetup);
}
Expand Down

0 comments on commit 17e6df4

Please sign in to comment.