Skip to content

Commit

Permalink
#111253 - [Traduction] Erreur Oops à la création d'une nouvelle tradu…
Browse files Browse the repository at this point in the history
…ction d'une Image via DeepL (#8)
  • Loading branch information
mohamed-larbi-jebari authored Sep 27, 2023
1 parent dbf8821 commit 4f7b317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ public function getTranslatedContent(string $from, string $to, string $remoteSer
$contentUpdateStruct->setField($fieldName, $newValue, $to);
}

return $this->contentService->updateContent($contentDraft->versionInfo, $contentUpdateStruct);
return $this->contentService->updateContent($contentDraft->versionInfo, $contentUpdateStruct, []);
}
}

0 comments on commit 4f7b317

Please sign in to comment.