Use NodeManager.getRootNode() to get our root node.
This commit is contained in:
parent
d26b968ae8
commit
0eb623afd5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue