-
Bug
-
Resolution: Fixed
-
Critical
-
2.5, 2.6
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
wip-
MDL-40213_master -
I noticed a bug in the secure page layout for the clean theme. It is missing this code from the head:
// Get the HTML for the settings bits.
$html = theme_clean_get_html_for_settings($OUTPUT, $PAGE);
Without this - it should get an undefined variable warning later in the page when it writes the page header.
With developer level debugging on, the following errors are reported:
Notice: Undefined variable: html in F:\moodledev\moodlegjb\theme\clean\layout\secure.php on line 51
Notice: Trying to get property of non-object in F:\moodledev\moodlegjb\theme\clean\layout\secure.php on line 51
- has been marked as being related by
-
MDL-31365 Safe Exam Browser window is not safe
-
- Closed
-