Skip to content

Commit

Permalink
Merge branch 'MDL-28491' of git://github.com/timhunt/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Oct 18, 2011
2 parents 36903ce + 0e2274c commit bca8b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/summary.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
$PAGE->blocks->show_only_fake_blocks();
}

$navbc = $attemptobj->get_navigation_panel($output, 'quiz_attempt_nav_panel', $page);
$navbc = $attemptobj->get_navigation_panel($output, 'quiz_attempt_nav_panel', -1);
$firstregion = reset($PAGE->blocks->get_regions());
$PAGE->blocks->add_fake_block($navbc, $firstregion);

Expand Down

0 comments on commit bca8b79

Please sign in to comment.