quiz MDL-23937 fix broken URL.

This commit is contained in:
Tim Hunt
2010-08-25 15:58:26 +00:00
parent de58c9c498
commit ea9dbf24c5
+1 -1
View File
@@ -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 =====================================================================