Skip to content

Commit 210f065

Browse files
committed
Fix subsection navigation nodes (MDL-82845) WIP 6
1 parent 528864b commit 210f065

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ public function extend_course_navigation($navigation, navigation_node $node) {
866866
&& ($PAGE->context->contextlevel == CONTEXT_COURSE)
867867
) {
868868
$navigationwrapper->innerincludesectionid = $selectedsectionid;
869+
// TODO: Add includesectionnum?
869870
}
870871
// END CHANGED.
871872
}

0 commit comments

Comments
 (0)