]> git.mjollnir.org Git - moodle.git/commitdiff
Typo when including config.html ... not sure how it was working before!
authormoodler <moodler>
Thu, 21 Aug 2003 02:29:16 +0000 (02:29 +0000)
committermoodler <moodler>
Thu, 21 Aug 2003 02:29:16 +0000 (02:29 +0000)
admin/module.php

index c5eeb8bcd03b310ebbca14aac4f2e93b2087858f..5710e8f4f83fb7341d5ec5838995eaea6b93e794 100644 (file)
@@ -48,7 +48,7 @@
     echo "<br />";
 
     print_simple_box_start("center", "", "$THEME->cellheading");
-       include("$CFG->wwwroot/mod/$module/config.html");
+       include("$CFG->dirroot/mod/$module/config.html");
     print_simple_box_end();
 
     print_footer();