]> git.mjollnir.org Git - moodle.git/commitdiff
Corrected include.
authortjhunt <tjhunt>
Tue, 15 Aug 2006 20:44:21 +0000 (20:44 +0000)
committertjhunt <tjhunt>
Tue, 15 Aug 2006 20:44:21 +0000 (20:44 +0000)
mod/quiz/report/grading/report.php

index 5aabe786072e0061802f5a6f726889d0632ca619..db83cfd270a2ad748c243ad63218beaca93c379e 100644 (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>';
         }