From: moodler Date: Thu, 21 Aug 2003 02:29:16 +0000 (+0000) Subject: Typo when including config.html ... not sure how it was working before! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b37b6ced889f59a845ecb83cb39210b093a79a8d;p=moodle.git Typo when including config.html ... not sure how it was working before! --- diff --git a/admin/module.php b/admin/module.php index c5eeb8bcd0..5710e8f4f8 100644 --- a/admin/module.php +++ b/admin/module.php @@ -48,7 +48,7 @@ echo "
"; 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();