MDL-34067: Change default to on for text feedback comments in assignment

This is the "default default" setting.
This commit is contained in:
Damyon Wiese 2012-07-13 12:17:19 +08:00
parent 904673dd20
commit 7f47719233

View file

@ -24,5 +24,5 @@
$settings->add(new admin_setting_configcheckbox('assignfeedback_comments/default',
new lang_string('default', 'assignfeedback_comments'),
new lang_string('default_help', 'assignfeedback_comments'), 0));
new lang_string('default_help', 'assignfeedback_comments'), 1));