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:
Giancarlo Panichi 2017-01-12 16:46:10 +00:00
parent 0ece4c7a9f
commit 6a780cf843
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public class SessionUtil {
}
} else {
token = pContext.getCurrentUserToken(scope, httpServletRequest);
token = pContext.getCurrentUserToken(httpServletRequest);
}
logger.debug("Token: " + token);