TOTARA 20: update admin_externalpage_setup with new classname

This commit is contained in:
Rossco Hellmans
2026-08-31 13:00:04 +10:00
parent 42853b27a9
commit cb70c1e0f8
+1 -1
View File
@@ -30,7 +30,7 @@ use auth_outage\local\outagelib;
require_once(__DIR__ . '/../../config.php');
require_once($CFG->libdir . '/adminlib.php');
admin_externalpage_setup('auth_outage_manage');
core\setting\page\externalpage::setup(null, 'auth_outage_manage');
$PAGE->set_url(new moodle_url('/auth/outage/manage.php'));
$output = $PAGE->get_renderer('auth_outage');