quiz MDL-23937 fix broken URL.
This commit is contained in:
@@ -340,7 +340,7 @@ class quiz {
|
||||
* @return string the URL of the review of that attempt.
|
||||
*/
|
||||
public function review_url($attemptid) {
|
||||
return new moodle_url('/quiz/review.php', array('attempt' => $attemptid));
|
||||
return new moodle_url('/mod/quiz/review.php', array('attempt' => $attemptid));
|
||||
}
|
||||
|
||||
// Bits of content =====================================================================
|
||||
|
||||
Reference in New Issue
Block a user