Skip to content

Commit

Permalink
fix: Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Dec 20, 2023
1 parent b981897 commit e1f12b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/Core/Persistence/Legacy/Content/Mapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ private function loadCachedVersionFieldDefinitionsPerLanguage(
$contentTypeId = (int)$row["{$prefix}contentclass_id"];
$languageMask = (int)$row["{$prefix}version_language_mask"];

if (!isset($fieldDefinitions[$contentId][$versionId])) {
if (isset($fieldDefinitions[$contentId][$versionId])) {
continue;
}

Expand Down

0 comments on commit e1f12b3

Please sign in to comment.