mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-34067: Change default to on for text feedback comments in assignment
This is the "default default" setting.
This commit is contained in:
parent
904673dd20
commit
7f47719233
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue