From 45cd0cfde8f293d588296c75748b3214644941b0 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 18 Aug 2006 08:05:45 +0000 Subject: [PATCH] Changed include to use dirroot not wwwroot. --- 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 5aabe786072..75ef0096c55 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 ''; }