Skip to content

Commit 672f790

Browse files
committed
Overwrite subsection menu (MDL-82510) WIP 2
1 parent 0bf3cf1 commit 672f790

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

classes/output/courseformat/content/cm/delegatedcontrolmenu.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@
2222
/**
2323
* Class to render delegated section controls.
2424
*
25-
* @package core_courseformat
25+
* @package format_multitopic
2626
* @copyright 2025 James Calder and Otago Polytechnic
2727
* @copyright based on work by 2024 Amaia Anabitarte <[email protected]>
2828
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2929
*/
3030
class delegatedcontrolmenu extends delegatedcontrolmenu_base {
31-
3231
/**
3332
* Retrieves the view item for the section control menu.
3433
*
@@ -52,5 +51,4 @@ protected function get_section_permalink_item(): ?link {
5251

5352
return $link;
5453
}
55-
5654
}

0 commit comments

Comments
 (0)