Skip to content
Snippets Groups Projects
Commit 4a2b18a4 authored by Alexander Bias's avatar Alexander Bias
Browse files

Bugfix: Fixed a regression after fixing the missing favicon which resulted in...

Bugfix: Fixed a regression after fixing the missing favicon which resulted in missing notes and hints in the course header.
parent 0b71660f
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,10 @@ moodle-theme_boost_campus_child ...@@ -4,6 +4,10 @@ moodle-theme_boost_campus_child
Changes Changes
------- -------
### Unreleased
* 2021-01-14 - Bugfix: Fixed a regression after fixing the missing favicon which resulted in missing notes and hints in the course header.
### v3.10-r1 ### v3.10-r1
* 2021-01-09 - Prepare compatibility for Moodle 3.10. * 2021-01-09 - Prepare compatibility for Moodle 3.10.
......
...@@ -39,7 +39,7 @@ defined('MOODLE_INTERNAL') || die; ...@@ -39,7 +39,7 @@ defined('MOODLE_INTERNAL') || die;
* @package theme_boost_campus_child * @package theme_boost_campus_child
* @category output * @category output
*/ */
class core_renderer extends \core_renderer { class core_renderer extends \theme_boost_campus\output\core_renderer {
/** /**
* Override to be able to use uploaded images from admin_setting as well. * Override to be able to use uploaded images from admin_setting as well.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment