From 661b09453efdcd8a9959812beabbaa7ae3f488d9 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Thu, 8 Aug 2024 14:15:35 +0200 Subject: [PATCH] Fix ghost handling --- src/UserInterface/Controller/Admin/ArticleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UserInterface/Controller/Admin/ArticleController.php b/src/UserInterface/Controller/Admin/ArticleController.php index a56847c9..17e0571f 100644 --- a/src/UserInterface/Controller/Admin/ArticleController.php +++ b/src/UserInterface/Controller/Admin/ArticleController.php @@ -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, ),