From 17e6df458d04ded79a544a72b294a845a6d5fdac Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 3 Jan 2003 16:35:51 +0000 Subject: [PATCH] Fixed display of headers while updating modules --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5