Issue #390: Reverted new 'Force off' option and dropdown conversion.

This commit is contained in:
abhinavgandham
2026-01-20 15:06:49 +10:00
committed by Brendan Heywood
parent bffd5f39f9
commit 0bff6f5145
5 changed files with 16 additions and 24 deletions

View File

@@ -76,5 +76,14 @@ function xmldb_auth_outage_upgrade($oldversion) {
upgrade_plugin_savepoint(true, 2024081901, 'auth', 'outage');
}
if ($oldversion < 2024081902) {
// Removing the default_autostart config as it is no longer used.
unset_config('default_autostart', 'auth_outage');
// Outage savepoint reached.
upgrade_plugin_savepoint(true, 2024081902, 'auth', 'outage');
}
return true;
}