Skip to content

Commit

Permalink
Merge branch 'master-MDL-71376' of https://github.com/rjnl/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Apr 23, 2021
2 parents 8b7a580 + 2ff9484 commit 1a34066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/quiz/index.php
Expand Up @@ -125,8 +125,8 @@
$strsection = $quiz->section;
$strsection = get_section_name($course, $quiz->section);
}
if ($currentsection) {
$learningtable->data[] = 'hr';
if ($currentsection !== "") {
$table->data[] = 'hr';
}
$currentsection = $quiz->section;
}
Expand Down

0 comments on commit 1a34066

Please sign in to comment.