-
Bug
-
Resolution: Fixed
-
Minor
-
3.2
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
wip-
MDL-56788-master -
The require in theme/boost/classes/output/core/admin_renderer.php hard codes admin in the path.
This just needs to be changed to use the config setting such as:
require_once($CFG->dirroot . '/' . $CFG->admin . '/renderer.php');
|
- Discovered while testing
-
MDL-53945 MNet wont work if $CFG->admin is changed.
-
- Closed
-