Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.5
-
Fix Version/s: 1.9.6
-
Component/s: Administration
-
Labels:None
-
Difficulty:Easy
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
In lib/weblib.php:print_maintenance_message() the path is hardcoded to 1 instead of using SITEID. All the other code regarding site maintenance uses SITEID instead of 1. Here is the line:
@include($CFG->dataroot.'/1/maintenance.html');
fixed, thanks for reporting