Update inject method

This commit is contained in:
Jamie Stamp
2020-11-05 17:10:02 +00:00
parent 90bc928754
commit 42babf617b

View File

@@ -108,7 +108,7 @@ class infopage {
$PAGE->set_url(new moodle_url('/auth/outage/info.php'));
// No hooks injecting into this page, do it manually.
outagelib::inject();
echo outagelib::get_inject_code();
echo $OUTPUT->header();
$viewbag = [