diff --git a/inc/linker.class.php b/inc/linker.class.php index e98def5fb..88ebf38e2 100644 --- a/inc/linker.class.php +++ b/inc/linker.class.php @@ -102,7 +102,7 @@ public function linkPostponed() { $postponedCount += count($postponedItemtypeList); $newList = $postponedItemtypeList; foreach ($postponedItemtypeList as $originalId => $postponedItem) { - if ($itemtype::import($this, $postponedItem['relationId'], $postponedItem['input']) === false) { + if ($itemtype::import($this, $postponedItem['input'], $postponedItem['relationId']) === false) { $newList[$originalId] = $postponedItem; $postponedAgainCount++; }