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 cc6eab1 commit d65316d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,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 d65316d

Please sign in to comment.