From: tjhunt Date: Tue, 15 Aug 2006 20:44:21 +0000 (+0000) Subject: Corrected include. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=eeaeff8e0481ab3892d1ce754cb99a1393ae25fa;p=moodle.git Corrected include. --- diff --git a/mod/quiz/report/grading/report.php b/mod/quiz/report/grading/report.php index 5aabe78607..db83cfd270 100644 --- a/mod/quiz/report/grading/report.php +++ b/mod/quiz/report/grading/report.php @@ -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 ''; }