From 77a0132f4371082b5da0e2b4b0d32671b4b2d22e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 19 Oct 2021 20:44:57 +0200 Subject: [PATCH] wip #4804 --- src/app/Magic/EntityData.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/Magic/EntityData.php b/src/app/Magic/EntityData.php index ae58994..1a93273 100644 --- a/src/app/Magic/EntityData.php +++ b/src/app/Magic/EntityData.php @@ -338,6 +338,7 @@ class EntityData implements \ArrayAccess /** @var Media $m */ $res[] = $m->getPath($conversionName); } + return $res; } -- 2.39.5