Merge branch 'MDL-85736' of https://github.com/paulholden/moodle
This commit is contained in:
@@ -211,7 +211,7 @@ class core_renderer extends renderer_base {
|
||||
$hook->add_html(
|
||||
html_writer::empty_tag('meta', [
|
||||
'http-equiv' => 'refresh',
|
||||
'content' => $this->page->periodicrefreshdelay . ';url=' . $this->page->url->out(),
|
||||
'content' => $this->page->periodicrefreshdelay . ';url=' . $this->page->url->out(false),
|
||||
]),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user