git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vo-management/usermanagement-core@129926 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6a4aa5db9b
commit
20c69adfa9
|
@ -979,7 +979,7 @@ public class LiferayUserManager implements UserManager {
|
|||
doAsAdmin();
|
||||
User u = UserLocalServiceUtil.getUser(userId);
|
||||
if (u.getExpandoBridge().hasAttribute(attributeKey)) {
|
||||
_log.debug("User Attribute found: " + attributeKey + " trying read value");
|
||||
//_log.debug("User Attribute found: " + attributeKey + " trying read value");
|
||||
return u.getExpandoBridge().getAttribute(attributeKey);
|
||||
} else
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue