Skip to content

Commit 1417f65

Browse files
authored
Bugfix: Multi language filter support fixed.
#79
1 parent 16629a0 commit 1417f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function theme_academi_get_logo_url($type = 'header') {
197197
* @param bool $format
198198
* @return string
199199
*/
200-
function theme_academi_get_setting($setting, $format = '') {
200+
function theme_academi_get_setting($setting, $format = true) {
201201
global $CFG, $PAGE;
202202
require_once($CFG->dirroot . '/lib/weblib.php');
203203
static $theme;

0 commit comments

Comments
 (0)