Skip to content

Commit

Permalink
Fix ghost handling
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Aug 8, 2024
1 parent c3cccd7 commit 661b094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UserInterface/Controller/Admin/ArticleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function getAction(Request $request, string $id): Response // TODO route
\array_merge(
[
'uuid' => $id,
'load_ghost_content' => true,
'loadGhost' => true,
],
$dimensionAttributes,
),
Expand Down

0 comments on commit 661b094

Please sign in to comment.