Changed include to use dirroot not wwwroot.

This commit is contained in:
tjhunt
2006-08-18 08:05:45 +00:00
parent 0a861d4506
commit 45cd0cfde8
+1 -1
View File
@@ -383,7 +383,7 @@ class quiz_report extends quiz_default_report {
$grade = round($state->last_graded->grade, 3);
$state->comment = $copy;
include($CFG->wwwroot.'/question/comment.html');
include($CFG->dirroot.'/question/comment.html');
echo '</div>';
}