Stupid omission is stupid

pull/14/head
Sam Bosley 13 years ago
parent 6938478558
commit 9460610837

@ -116,6 +116,7 @@ public abstract class AstridOrderedListUpdater<LIST> {
// Remove node from tree, put all children under parent
Node parent = node.parent;
parent.children.remove(node);
for (Node child : node.children) {
child.parent = parent;
parent.children.add(child);

Loading…
Cancel
Save