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

OO-2357: use the current user request and window control in the inner class

parent c85b31d8
No related branches found
No related tags found
No related merge requests found
...@@ -251,7 +251,7 @@ public class WikiHandler implements RepositoryHandler { ...@@ -251,7 +251,7 @@ public class WikiHandler implements RepositoryHandler {
} else { } else {
controller = new WikiMainController(uureq, wwControl, entry.getOlatResource(), callback, null); controller = new WikiMainController(uureq, wwControl, entry.getOlatResource(), callback, null);
} }
return new OLATResourceableListeningWrapperController(ureq, wControl, entry.getOlatResource(), controller, null, ureq.getIdentity()); return new OLATResourceableListeningWrapperController(uureq, wwControl, entry.getOlatResource(), controller, null, uureq.getIdentity());
} }
}); });
......
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