Skip to content

Commit

Permalink
Fixed Content service
Browse files Browse the repository at this point in the history
  • Loading branch information
kisztof committed Aug 17, 2023
1 parent 0bc36a4 commit 0bd3aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Repository/ContentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ protected function copyNonTranslatableFieldsFromPublishedVersion(APIContent $cur
}

$updateStruct = new SPIContentUpdateStruct();
$updateStruct->name = $this->nameSchemaService->resolveNameSchema(
$updateStruct->name = $this->nameSchemaService->resolveContentNameSchema(
$currentVersionContent,
$fieldValues,
$versionInfo->languageCodes,
Expand Down

0 comments on commit 0bd3aa8

Please sign in to comment.