mirror of
https://github.com/moodle/moodle.git
synced 2025-04-07 17:33:18 +02:00
MDL-65307 tool_analytics: Current action including sesskey
This commit is contained in:
parent
9d4f4f0051
commit
e80df160f7
@ -86,7 +86,7 @@ class helper {
|
||||
if ($analyticmodels = $PAGE->settingsnav->find('analyticmodels', \navigation_node::TYPE_SETTING)) {
|
||||
$PAGE->navbar->add($analyticmodels->get_content(), $analyticmodels->action());
|
||||
}
|
||||
$PAGE->navbar->add($title, $url);
|
||||
$PAGE->navbar->add($title);
|
||||
|
||||
$PAGE->set_pagelayout('report');
|
||||
$PAGE->set_title($title);
|
||||
|
Loading…
x
Reference in New Issue
Block a user