From: moodler Date: Fri, 3 Jan 2003 16:35:51 +0000 (+0000) Subject: Fixed display of headers while updating modules X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=17e6df458d04ded79a544a72b294a845a6d5fdac;p=moodle.git Fixed display of headers while updating modules --- diff --git a/admin/index.php b/admin/index.php index d87c6fe3ee..ffebe873d0 100644 --- a/admin/index.php +++ b/admin/index.php @@ -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); }