Skip to content
Snippets Groups Projects
Commit 3c155394 authored by uhensler's avatar uhensler
Browse files

OO-4168: Init new course configs

parent e84d2566
No related branches found
No related tags found
No related merge requests found
...@@ -282,9 +282,9 @@ public class CourseConfig implements Serializable, Cloneable { ...@@ -282,9 +282,9 @@ public class CourseConfig implements Serializable, Cloneable {
this.version = 16; this.version = 16;
} }
if (version == 17) { if (version == 16) {
if (!configuration.containsKey(FORUM_ENABLED)) configuration.put(FORUM_ENABLED, Boolean.FALSE); if (!configuration.containsKey(FORUM_ENABLED)) configuration.put(FORUM_ENABLED, Boolean.FALSE);
if (!configuration.containsKey(DOCUMENTS_ENABLED)) configuration.put(FORUM_ENABLED, Boolean.FALSE); if (!configuration.containsKey(DOCUMENTS_ENABLED)) configuration.put(DOCUMENTS_ENABLED, Boolean.FALSE);
this.version = 17; this.version = 17;
} }
......
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