We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543e82c commit 541cbdaCopy full SHA for 541cbda
classes/tabs.php
@@ -203,7 +203,7 @@ public function get_childbysection(int $sectionnumber): ?singletab {
203
foreach ($this->tabslist as $tab) {
204
if ($tab->section == $sectionnumber) {
205
return $tab;
206
- } else if ($found = $tab->get_childs()->get_childbysection($sectionnumber)) {
+ } else if ($found = $tab->get_childs()->get_childbysection($sectionnumber)) {
207
return $found;
208
}
209
0 commit comments