Committing Stefan's patch for getUser()
http://helma.org/bugs/show_bug.cgi?id=331
This commit is contained in:
parent
f6cf3b758a
commit
81d0a86897
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ public final class Application implements IPathElement, Runnable {
|
|||
try {
|
||||
INode users = getUserRoot();
|
||||
|
||||
return users.getNode(uid);
|
||||
return (INode) users.getChildElement(uid);
|
||||
} catch (Exception x) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue