Skip to content

Commit

Permalink
Fix typo in 'ilMaterializedPathTree::createFromParentRelation' call
Browse files Browse the repository at this point in the history
  • Loading branch information
fwolf-ilias committed Aug 12, 2024
1 parent 60e9af4 commit 62ec055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ protected function repairStructure(): void
$tasks = new ilSCTreeTasks($this->getTask());

if ($this->tree->getTreeImplementation() instanceof ilMaterializedPathTree) {
ilMaterializedPathTree::createFromParentReleation($this->db);
ilMaterializedPathTree::createFromParentRelation($this->db);
} elseif ($this->tree->getTreeImplementation() instanceof ilNestedSetTree) {
$this->tree->renumber(ROOT_FOLDER_ID);
}
Expand Down

0 comments on commit 62ec055

Please sign in to comment.