Skip to content

Commit

Permalink
EZP-31806: Casted destinationContentId to int (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou authored Aug 25, 2020
1 parent 8f05bfa commit 18ecad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function getViewParameters(Field $field): array

try {
$contentInfo = $this->loadContentInfo(
$field->value->destinationContentId
(int)$field->value->destinationContentId
);

return [
Expand Down

0 comments on commit 18ecad4

Please # to comment.