Skip to content

Commit

Permalink
CopyWizard: Fix duplicate copies (in 2nd - nth target) when selecting…
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansenDatabay authored and kergomard committed Jan 7, 2025
1 parent 065bc80 commit aec3ce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Services/CopyWizard/classes/class.ilCopyWizardOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ public function initContainer(int $a_source_id, int $a_target_id): void
*/
public function storeTree(int $a_source_id): void
{
$this->tmp_tree = [];
$this->readTree($a_source_id);
$a_tree_structure = $this->tmp_tree;

Expand Down

0 comments on commit aec3ce6

Please sign in to comment.