Skip to content

Commit

Permalink
Merge branch 'MDL-34451_23' of git://github.com/merrill-oakland/moodl…
Browse files Browse the repository at this point in the history
…e into MOODLE_23_STABLE
  • Loading branch information
danpoltawski committed Jul 23, 2012
2 parents 4094913 + a14ef47 commit fd59a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/attempt.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
// Prevent out of sequence access. // Prevent out of sequence access.
redirect($attemptobj->start_attempt_url(null, $attemptobj->get_currentpage())); redirect($attemptobj->start_attempt_url(null, $attemptobj->get_currentpage()));
} }
$DB->set_field('quiz_attempts', 'currentpage', $page); $DB->set_field('quiz_attempts', 'currentpage', $page, array('id' => $attemptid));
} }


// Initialise the JavaScript. // Initialise the JavaScript.
Expand Down

0 comments on commit fd59a17

Please sign in to comment.