Skip to content
Snippets Groups Projects
Commit 6b9ee48e authored by uhensler's avatar uhensler
Browse files

OO-4168: Disable course chat in new courses

parent a677d1a0
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ public class CourseConfig implements Serializable, Cloneable {
public void initDefaults() {
// version 1
// version 2
configuration.put(KEY_CHAT_ENABLED, Boolean.TRUE);
configuration.put(KEY_CHAT_ENABLED, Boolean.FALSE);
// version 3
configuration.put(KEY_CSS_FILEREF, VALUE_EMPTY_CSS_FILEREF);
// version 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment