diff --git a/htdocs/fichinter/fiche.php b/htdocs/fichinter/fiche.php index a6a1291734b..29742f00a97 100644 --- a/htdocs/fichinter/fiche.php +++ b/htdocs/fichinter/fiche.php @@ -178,7 +178,7 @@ else if ($action == 'add' && $user->rights->ficheinter->creer) $object->linked_objects = array_merge($object->linked_objects, $_POST['other_linked_objects']); } - $id = $object->create(); + $id = $object->create($user); if ($id > 0) {