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

Merge OpenOLAT 9.2 to OpenOLAT default branch with 8d36acd17ebffb7d49b175ae8127e0fb12ab4b5a

parents 75d6bc9e e5096007
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 {
UserCourseInfosImpl infos = new UserCourseInfosImpl();
infos.setIdentity(identity);
infos.setCreationDate(new Date());
infos.setLastModified(new Date());
infos.setInitialLaunch(prop.initialLaunch);
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