MDL-53507 quiz: fix bad htmlid

This commit is contained in:
Dan Poltawski 2016-03-26 10:05:40 +08:00
parent b3687410df
commit 879f3c7a97

View File

@ -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) {