Skip to content

Commit 541cbda

Browse files
committed
Defined as STABLE version by Moodle 5.0+
1 parent 543e82c commit 541cbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/tabs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function get_childbysection(int $sectionnumber): ?singletab {
203203
foreach ($this->tabslist as $tab) {
204204
if ($tab->section == $sectionnumber) {
205205
return $tab;
206-
} else if ($found = $tab->get_childs()->get_childbysection($sectionnumber)) {
206+
} else if ($found = $tab->get_childs()->get_childbysection($sectionnumber)) {
207207
return $found;
208208
}
209209
}

0 commit comments

Comments
 (0)