We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16629a0 commit 1417f65Copy full SHA for 1417f65
lib.php
@@ -197,7 +197,7 @@ function theme_academi_get_logo_url($type = 'header') {
197
* @param bool $format
198
* @return string
199
*/
200
-function theme_academi_get_setting($setting, $format = '') {
+function theme_academi_get_setting($setting, $format = true) {
201
global $CFG, $PAGE;
202
require_once($CFG->dirroot . '/lib/weblib.php');
203
static $theme;
0 commit comments