Skip to content

Commit

Permalink
MDL-61394 admin: Set valid default for pathtosassc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Feb 22, 2018
1 parent e63da7b commit 54fd1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/settings/development.php
Expand Up @@ -14,7 +14,7 @@

$temp->add(new admin_setting_configcheckbox('dndallowtextandlinks', new lang_string('dndallowtextandlinks', 'admin'), new lang_string('configdndallowtextandlinks', 'admin'), 0));

$temp->add(new admin_setting_configexecutable('pathtosassc', new lang_string('pathtosassc', 'admin'), new lang_string('pathtosassc_help', 'admin'), null));
$temp->add(new admin_setting_configexecutable('pathtosassc', new lang_string('pathtosassc', 'admin'), new lang_string('pathtosassc_help', 'admin'), ''));

$ADMIN->add('experimental', $temp);

Expand Down

0 comments on commit 54fd1bb

Please sign in to comment.