Skip to content

Commit

Permalink
fix require()
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippImhof committed Apr 25, 2024
1 parent 473db6d commit 9c7c933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion report.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class_alias('\quiz_attempts_report', '\quiz_essaydownload_report_parent_alias');
if (class_exists('\mod_quiz\quiz_attempt')) {
class_alias('\mod_quiz\quiz_attempt', '\quiz_essaydownload_quiz_attempt_alias');
} else {
require_once($CFG->dirroot . '/mod/quiz/report/attemptsreport.php');
require_once($CFG->dirroot . '/mod/quiz/attemptlib.php');
class_alias('\quiz_attempt', '\quiz_essaydownload_quiz_attempt_alias');
}
Expand Down

0 comments on commit 9c7c933

Please sign in to comment.