Renamed methods, files and language keywords in order to match Moodle style. Issue #16

This commit is contained in:
Daniel Thee Roperto
2016-09-07 11:31:58 +10:00
parent 4ff0e8fbcf
commit 2a120f0ebe
12 changed files with 53 additions and 55 deletions

View File

@@ -50,7 +50,7 @@ if ($hassiteconfig && is_enabled_auth('outage')) {
new admin_externalpage(
'auth_outage_manage',
get_string('menumanage', 'auth_outage'),
new moodle_url($CFG->wwwroot . '/auth/outage/list.php')
new moodle_url($CFG->wwwroot . '/auth/outage/manage.php')
)
);
}