From 4ad45833a73b80b697b247f5d252d64c2f2848b7 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 5811714..939dc01 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -150,7 +150,7 @@ final class BackendController extends Controller implements DashboardElementInte ->with('comments') ->with('comments/comments') ->with('comments/comments/createdBy') - ->with('comments/comments/media') + ->with('comments/comments/files') ->with('files') ->with('tags') ->with('tags/title')