mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-68788' of https://github.com/Chocolate-lightning/moodle
This commit is contained in:
commit
6f17ec9181
4 changed files with 11 additions and 6 deletions
|
@ -1414,7 +1414,8 @@ class core_renderer extends renderer_base {
|
|||
if (!empty($this->page->context->id)) {
|
||||
$this->page->requires->js_call_amd('core/notification', 'init', array(
|
||||
$this->page->context->id,
|
||||
\core\notification::fetch_as_array($this)
|
||||
\core\notification::fetch_as_array($this),
|
||||
isloggedin()
|
||||
));
|
||||
}
|
||||
$footer = str_replace($this->unique_end_html_token, $this->page->requires->get_end_code(), $footer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue