mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-53507 quiz: fix bad htmlid
This commit is contained in:
parent
b3687410df
commit
879f3c7a97
@ -174,7 +174,7 @@ function xmldb_quiz_upgrade($oldversion) {
|
||||
HAVING MIN(firstslot) > 1");
|
||||
|
||||
if ($problemquizzes) {
|
||||
$pbar = new progress_bar('upgradegroupmembersonly', 500, true);
|
||||
$pbar = new progress_bar('upgradequizfirstsection', 500, true);
|
||||
$total = count($problemquizzes);
|
||||
$done = 0;
|
||||
foreach ($problemquizzes as $problemquiz) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user