]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed display of headers while updating modules
authormoodler <moodler>
Fri, 3 Jan 2003 16:35:51 +0000 (16:35 +0000)
committermoodler <moodler>
Fri, 3 Jan 2003 16:35:51 +0000 (16:35 +0000)
admin/index.php

index d87c6fe3ee9742e727b64a67a50fffb1edb99599..ffebe873d0a39a5e31966e0ac56b907246099ba1 100644 (file)
             }
     
         } 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);
             }