This commit is contained in:
Massimiliano Assante 2016-07-05 12:41:31 +00:00
parent 6a4aa5db9b
commit 20c69adfa9
1 changed files with 1 additions and 1 deletions

View File

@ -979,7 +979,7 @@ public class LiferayUserManager implements UserManager {
doAsAdmin(); doAsAdmin();
User u = UserLocalServiceUtil.getUser(userId); User u = UserLocalServiceUtil.getUser(userId);
if (u.getExpandoBridge().hasAttribute(attributeKey)) { 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); return u.getExpandoBridge().getAttribute(attributeKey);
} else } else
return null; return null;