From 3dfe3090f3a37cea4fc6dfaad788ff13c7cc8ad9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 14:29:10 +0000 Subject: [PATCH] test fixes --- Controller/BackendController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 4fe617b..49591b5 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -268,7 +268,7 @@ final class BackendController extends Controller ->with('createdBy') ->with('commentList') ->with('commentList/comments') - ->with('commentList/comments/media') + ->with('commentList/comments/files') ->with('commentList/comments/createdBy') ->where('id', (int) $request->getData('id')) ->where('tags/title/language', $response->header->l11n->language)