Skip to content
Snippets Groups Projects
Commit e5096007 authored by srosse's avatar srosse
Browse files

OO-929: fix 8.1.0 upgrader

parent eb9ffd67
No related branches found
No related tags found
No related merge requests found
...@@ -229,6 +229,7 @@ public class OLATUpgrade_8_1_0 extends OLATUpgrade { ...@@ -229,6 +229,7 @@ public class OLATUpgrade_8_1_0 extends OLATUpgrade {
UserCourseInfosImpl infos = new UserCourseInfosImpl(); UserCourseInfosImpl infos = new UserCourseInfosImpl();
infos.setIdentity(identity); infos.setIdentity(identity);
infos.setCreationDate(new Date());
infos.setLastModified(new Date()); infos.setLastModified(new Date());
infos.setInitialLaunch(prop.initialLaunch); infos.setInitialLaunch(prop.initialLaunch);
infos.setRecentLaunch(prop.recentLaunch); infos.setRecentLaunch(prop.recentLaunch);
......
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