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

OO-1068: better fix for the logger missing session_

parent 33a00f6b
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,7 @@ public class BaseFullWebappController extends BasicController implements ChiefCo
public BaseFullWebappController(UserRequest ureq, BaseFullWebappControllerParts baseFullWebappControllerParts) {
// only-use-in-super-call, since we define our own
super(ureq, null);
setLoggingUserRequest(ureq);
this.baseFullWebappControllerParts = baseFullWebappControllerParts;
......
......@@ -135,7 +135,6 @@ public abstract class DefaultController implements Controller, ControllerEventLi
protected void overrideWindowControl(WindowControl wControl) {
this.newWControl = wControl; //new LocalWindowControl(wControl, this);
this.userActivityLogger = UserActivityLoggerImpl.setupLoggerForController(wControl);
}
/**
......
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