Skip to content

Commit

Permalink
MDL-53507 quiz: fix bad htmlid
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Mar 26, 2016
1 parent bd9348c commit 5c65da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/db/upgrade.php
Expand Up @@ -913,7 +913,7 @@ function xmldb_quiz_upgrade($oldversion) {
HAVING MIN(firstslot) > 1"); HAVING MIN(firstslot) > 1");


if ($problemquizzes) { if ($problemquizzes) {
$pbar = new progress_bar('upgradegroupmembersonly', 500, true); $pbar = new progress_bar('upgradequizfirstsection', 500, true);
$total = count($problemquizzes); $total = count($problemquizzes);
$done = 0; $done = 0;
foreach ($problemquizzes as $problemquiz) { foreach ($problemquizzes as $problemquiz) {
Expand Down

0 comments on commit 5c65da3

Please sign in to comment.