mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-27852' of git://github.com/timhunt/moodle
This commit is contained in:
commit
17073fb53a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user