MDL-53507 quiz: fix bad htmlid
This commit is contained in:
@@ -913,7 +913,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) {
|
||||
|
||||
Reference in New Issue
Block a user