Skip to content

Commit

Permalink
Merge pull request #16 from davosmith/patch-1
Browse files Browse the repository at this point in the history
Fix broken default for defaulttoggleiconsize
  • Loading branch information
gjb2048 committed Jul 1, 2015
2 parents 2b8f019 + 5da7d1c commit 637d251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
$name = 'format_topcoll/defaulttoggleiconsize';
$title = get_string('defaulttoggleiconsize', 'format_topcoll');
$description = get_string('defaulttoggleiconsize_desc', 'format_topcoll');
$default = 'medium';
$default = 'tc-medium';
$choices = array(
'tc-small' => new lang_string('small', 'format_topcoll'),
'tc-medium' => new lang_string('medium', 'format_topcoll'),
Expand Down Expand Up @@ -498,4 +498,4 @@
'4.0' => new lang_string('em4_0', 'format_topcoll')
);
$settings->add(new admin_setting_configselect($name, $title, $description, $default, $choices));
}
}

0 comments on commit 637d251

Please sign in to comment.