mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-27852 local_qeupgradehelper convertquiz.php script was broken.
This commit is contained in:
parent
7a5f3a3cc7
commit
ba5a29f528
@ -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