diff --git a/components/ILIAS/Tree/classes/SystemCheck/class.ilSCTreeTasksGUI.php b/components/ILIAS/Tree/classes/SystemCheck/class.ilSCTreeTasksGUI.php index 5695ebac668d..07b800c7ab99 100755 --- a/components/ILIAS/Tree/classes/SystemCheck/class.ilSCTreeTasksGUI.php +++ b/components/ILIAS/Tree/classes/SystemCheck/class.ilSCTreeTasksGUI.php @@ -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); }