Skip to content

Commit

Permalink
0033754: Problem when creating a new advanced metadata field in wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
smeyer-ilias committed Sep 28, 2023
1 parent fc218e3 commit 09b5100
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ public function update(): void

if ($sub_type == "wpg") {
// #15763 - adapt advmd page lists
ilPCAMDPageList::migrateField($obj_id, $this->getFieldId(), $old_option, $new_option, true);
ilPCAMDPageList::migrateField((int) $obj_id, $this->getFieldId(), $old_option, $new_option, true);
}
}
}
Expand Down

0 comments on commit 09b5100

Please sign in to comment.