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

OO-4584: fix BBB course node for learn path

parent 4195dcf3
No related branches found
No related tags found
No related merge requests found
......@@ -122,10 +122,10 @@ public class BigBlueButtonCourseNode extends AbstractAccessableCourseNode {
@Override
public Controller createPeekViewRunController(UserRequest ureq, WindowControl wControl, UserCourseEnvironment userCourseEnv,
NodeEvaluation ne) {
CourseNodeSecurityCallback nodeSecCallback) {
return new BigBlueButtonPeekViewController(ureq, wControl, userCourseEnv.getCourseEnvironment(), this);
}
@Override
public StatusDescription isConfigValid() {
if (oneClickStatusCache != null) { return oneClickStatusCache[0]; }
......
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