Skip to content

Commit

Permalink
Correction de l'affichage des blocs dynamiques après édition.
Browse files Browse the repository at this point in the history
  • Loading branch information
noelma committed Oct 12, 2020
1 parent a32ee42 commit 22867e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/Block/Controller/Block.php
Expand Up @@ -35,7 +35,7 @@ public function show($id, $req)
->createBlock($data[ $key ][ 'tpl' ], $data[ $key ][ 'path' ]);

$block[ 'content' ] .= (string) $this->container->callHook(
'block.' . $block[ 'key_block' ],
'block.' . $block[ 'hook' ],
[ $tpl, $this->getOptions($block) ]
);
}
Expand Down

0 comments on commit 22867e8

Please sign in to comment.