mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-25 15:48:40 +00:00
revert api function changes
This commit is contained in:
parent
dcc60246df
commit
9c86108a0f
|
|
@ -257,9 +257,7 @@ class BinarySearchTree
|
|||
}
|
||||
}
|
||||
|
||||
if ($temp !== null) {
|
||||
$temp->parent = $node->parent;
|
||||
}
|
||||
$temp->parent = $node?->parent;
|
||||
|
||||
$node = null;
|
||||
|
||||
|
|
@ -280,9 +278,7 @@ class BinarySearchTree
|
|||
}
|
||||
}
|
||||
|
||||
if ($temp !== null) {
|
||||
$temp->parent = $node->parent;
|
||||
}
|
||||
$temp->parent = $node?->parent;
|
||||
|
||||
$node = null;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user