Skip to content

Commit

Permalink
MDL-27852 local_qeupgradehelper convertquiz.php script was broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Jun 14, 2011
1 parent 7a5f3a3 commit ba5a29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/qeupgradehelper/afterupgradelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct($quizid, $attemptstodo) {
}

protected function get_quiz_ids() {
return array($this->quizid => 1);
return array($this->quizid);
}

protected function print_progress($done, $outof, $quizid) {
Expand Down

0 comments on commit ba5a29f

Please sign in to comment.