Skip to content

Commit ac1dd16

Browse files
author
Nicolas Bastien
committed
CS
1 parent 3dcd4d1 commit ac1dd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/MediaBlockService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function buildEditForm(FormMapper $formMapper, BlockInterface $block)
103103
$contextChoices = $this->getContextChoices();
104104

105105
if (!$block->getSetting('mediaId') instanceof MediaInterface) {
106-
$this->load($block);
106+
$this->load($block);
107107
}
108108

109109
$formatChoices = $this->getFormatChoices($block->getSetting('mediaId'));

0 commit comments

Comments
 (0)