Merge branch 'MDL-27852' of git://github.com/timhunt/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2011-06-15 02:04:50 +02:00
commit 17073fb53a

View File

@ -40,7 +40,7 @@ class local_qeupgradehelper_attempt_upgrader extends question_engine_attempt_upg
}
protected function get_quiz_ids() {
return array($this->quizid => 1);
return array($this->quizid);
}
protected function print_progress($done, $outof, $quizid) {