We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528864b commit 210f065Copy full SHA for 210f065
1 file changed
lib.php
@@ -866,6 +866,7 @@ public function extend_course_navigation($navigation, navigation_node $node) {
866
&& ($PAGE->context->contextlevel == CONTEXT_COURSE)
867
) {
868
$navigationwrapper->innerincludesectionid = $selectedsectionid;
869
+ // TODO: Add includesectionnum?
870
}
871
// END CHANGED.
872
0 commit comments