From eeaeff8e0481ab3892d1ce754cb99a1393ae25fa Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 15 Aug 2006 20:44:21 +0000 Subject: [PATCH] Corrected include. --- mod/quiz/report/grading/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''; } -- 2.39.5