Skip to content
Snippets Groups Projects
Commit 608fedfa authored by User expired's avatar User expired
Browse files

openolat#77: use correct DisclaimerController constructor to allow the user to...

openolat#77: use correct DisclaimerController constructor to allow the user to accept the disclaimer
parent 33f8a5df
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ public class UibkShibbolethRegistrationController extends DefaultController impl
}
if (identityToMigrate == null || registrationManager.needsToConfirmDisclaimer(identityToMigrate)) {
dclController = new DisclaimerController(ureq, getWindowControl());
dclController = new DisclaimerController(ureq, getWindowControl(), null, false);
dclController.addControllerListener(this);
mainContainer.put("dclComp", dclController.getInitialComponent());
}
......
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