Updated to new PortalContext
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@141535 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0ece4c7a9f
commit
6a780cf843
|
@ -138,7 +138,7 @@ public class SessionUtil {
|
|||
}
|
||||
|
||||
} else {
|
||||
token = pContext.getCurrentUserToken(scope, httpServletRequest);
|
||||
token = pContext.getCurrentUserToken(httpServletRequest);
|
||||
}
|
||||
|
||||
logger.debug("Token: " + token);
|
||||
|
|
Loading…
Reference in New Issue