Use NodeManager.getRootNode() to get our root node.

This commit is contained in:
hns 2005-05-18 08:42:17 +00:00
parent d26b968ae8
commit 0eb623afd5

View file

@ -770,7 +770,7 @@ public final class Application implements IPathElement, Runnable {
} }
// no custom root object is defined - use standard helma objectmodel // no custom root object is defined - use standard helma objectmodel
else { else {
return nmgr.safe.getNode(rootId, rootMapping); return nmgr.safe.getRootNode();
} }
} }