Committing Stefan's patch for getUser()

http://helma.org/bugs/show_bug.cgi?id=331
This commit is contained in:
hns 2004-02-09 19:25:49 +00:00
parent f6cf3b758a
commit 81d0a86897

View file

@ -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;
}