Skip to content

Commit 0947605

Browse files
author
Sine Jespersen
committed
2314: update changed variable name
1 parent c98d07a commit 0947605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/State/ScreenProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected function fromInput(mixed $object, Operation $operation, array $uriVari
9292
$newPlaylistScreenRegionRelation->setRegion($region);
9393
$newPlaylistScreenRegionRelation->setScreen($screen);
9494
$newPlaylistScreenRegionRelation->setWeight($inputPlaylist['weight'] ?? 0);
95-
$playlistScreenRegionCollection->add($playlistAndRegionToSave);
95+
$playlistScreenRegionCollection->add($newPlaylistScreenRegionRelation);
9696
} else {
9797
// Update weight, add existing relation
9898
$existingPlaylistScreenRegion->setWeight($inputPlaylist['weight'] ?? 0);

0 commit comments

Comments
 (0)