-
Bug
-
Resolution: Fixed
-
Minor
-
2.4.1
-
None
-
MOODLE_24_STABLE
-
MOODLE_25_STABLE
I've had a look at this on our test server and it appears that mod/scheduler/index.php is missing the code for generating the page header. I commented out the old 1.9-style print_header_simple function call, and set the new style PAGE properties and called $OUTPUT->header. Does this seem like a sensible fix?