Skip to content
Snippets Groups Projects
Commit 21d498ad authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Adjusted function favicon() in core_renderer.php due to upstream changes in Moodle core.

parent 19cbde06
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2019-10-28 - Adjusted function favicon() in core_renderer.php due to upstream changes in Moodle core.
* 2019-10-28 - Removed CSS rule for maintenance warning due to upstream changes. * 2019-10-28 - Removed CSS rule for maintenance warning due to upstream changes.
### Release v3.7-r2 ### Release v3.7-r2
......
...@@ -115,12 +115,12 @@ class core_renderer extends \core_renderer { ...@@ -115,12 +115,12 @@ class core_renderer extends \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.
* *
* Returns the URL for the favicon. * Returns the moodle_url for the favicon.
* *
* KIZ MODIFICATION: This renderer function is copied and modified from /lib/outputrenderers.php * KIZ MODIFICATION: This renderer function is copied and modified from /lib/outputrenderers.php
* *
* @since Moodle 2.5.1 2.6 * @since Moodle 2.5.1 2.6
* @return string The favicon URL * @return moodle_url The moodle_url for the favicon
*/ */
public function favicon() { public function favicon() {
global $PAGE; global $PAGE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment