From ed4903f66fc967f1d3efa9e38a91e7edab87cf99 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 17 Jan 2007 17:23:05 +0000 Subject: [PATCH] more formatting --- lib/WebGUI/Asset/Wobject/Collaboration.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} ] }