mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-09-07 08:11:07 +02:00
TOTARA 20: update admin_externalpage_setup with new classname
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user