diff --git a/lib/WebGUI/Asset/Wobject/Collaboration.pm b/lib/WebGUI/Asset/Wobject/Collaboration.pm index 47246faad..859897253 100644 --- a/lib/WebGUI/Asset/Wobject/Collaboration.pm +++ b/lib/WebGUI/Asset/Wobject/Collaboration.pm @@ -690,11 +690,11 @@ SQL #returns this [ map { - ({ + { 'attachment.url' => $storage->getUrl($_), 'attachment.path' => $storage->getPath($_), 'attachment.length' => $storage->getFileSize($_) - }) + } } @{$storage->getFiles} ] }