Skip to content

Commit

Permalink
MDL-28718 block_quiz_results - add missing require_once.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Oct 20, 2011
1 parent 57680da commit 7742579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blocks/quiz_results/block_quiz_results.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

defined('MOODLE_INTERNAL') || die();

require_once($CFG->dirroot . '/mod/quiz/lib.php');


/**
* Block quiz_results class definition.
Expand Down

0 comments on commit 7742579

Please sign in to comment.