mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-58174 themes: Make build_action_menu_from_navigation() protected
This commit is contained in:
parent
16a68a2f76
commit
85d87d11c0
@ -662,7 +662,7 @@ class core_renderer extends \core_renderer {
|
||||
* @param boolean $onlytopleafnodes
|
||||
* @return boolean nodesskipped - True if nodes were skipped in building the menu
|
||||
*/
|
||||
private function build_action_menu_from_navigation(action_menu $menu,
|
||||
protected function build_action_menu_from_navigation(action_menu $menu,
|
||||
navigation_node $node,
|
||||
$indent = false,
|
||||
$onlytopleafnodes = false) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user