mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
Issue#209 Reduce overhead of getting active outage
This commit is contained in:
@@ -41,5 +41,8 @@ function xmldb_auth_outage_uninstall() {
|
||||
// Remove 'maintenance later' which could have been set for the next outage.
|
||||
unset_config('maintenance_later');
|
||||
|
||||
// Remove 'start warning period'.
|
||||
unset_config('auth_outage_startwarningperiod');
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user