one more getParent() removed from addNode()
This commit is contained in:
parent
bd24f08040
commit
d918bf0bf5
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ public class Node implements INode, Serializable {
|
|||
}
|
||||
}
|
||||
|
||||
if (node.getParent () == null && !"root".equalsIgnoreCase (node.getPrototype ())) {
|
||||
if (node.parentID == null && !"root".equalsIgnoreCase (node.getPrototype ())) {
|
||||
node.setParent (this);
|
||||
node.anonymous = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue