Typo when including config.html ... not sure how it was working before!

This commit is contained in:
moodler
2003-08-21 02:29:16 +00:00
parent 90e1c1eae6
commit b37b6ced88
+1 -1
View 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();