-
Bug
-
Resolution: Fixed
-
Minor
-
2.5.2, 2.6
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_27_STABLE
-
wip-mdl-42597
-
-
13
-
BACKEND Sprint 7
If I enable the new maintenance mode countdown with
sudo -u apache php admin/cli/maintenance.php --enablelater=2
there is a countdown messagebox at the top of every Moodle page until the maintenance mode is enabled.
Unfortunately, the message in this message box counts down to 0 instead of 1, so in the last minute before maintenance mode activation, there is a rather confusing message saying
"Site is switching to maintenance mode in 0 minutes".
I would like to propose to add 1 to the minutes in lib/outputrenderers.php, function maintenance_warning(), to solve this cosmetic issue.
- has been marked as being related by
-
MDL-37596 Scheduled maintenance mode
-
- Closed
-