Skip to content

Commit a777a68

Browse files
committed
Fix subsection navigation nodes (MDL-82845) WIP 3
1 parent bba706a commit a777a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/global_navigation_wrapper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
use core\url;
2626
use moodle_page;
2727
use stdClass;
28-
use core\navigation\global_navigation;
29-
use core\navigation\navigation_node;
28+
use global_navigation;
29+
use navigation_node;
3030

3131

3232
/**

0 commit comments

Comments
 (0)