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

Fixing codechecker warnings.

parent 011c8466
Branches
No related tags found
No related merge requests found
...@@ -32,9 +32,9 @@ defined('MOODLE_INTERNAL') || die(); ...@@ -32,9 +32,9 @@ defined('MOODLE_INTERNAL') || die();
* @return string * @return string
*/ */
function theme_boost_campus_child_get_extra_scss($theme) { function theme_boost_campus_child_get_extra_scss($theme) {
// Get the config from parent theme boost_campus // Get the config from parent theme boost_campus.
$boostcampusconfig = theme_config::load('boost_campus'); $boostcampusconfig = theme_config::load('boost_campus');
// Retrieve its SCSS // Retrieve its SCSS.
$boostcampusscss = $boostcampusconfig->settings->scss; $boostcampusscss = $boostcampusconfig->settings->scss;
$content = ''; $content = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment