From 50b51223fe0683289e339debd7f4a8b418e3f4f0 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 7 Dec 2005 21:37:04 +0000 Subject: [PATCH] fixed typos in CS RSS --- lib/WebGUI/Asset/Wobject/Collaboration.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/Collaboration.pm b/lib/WebGUI/Asset/Wobject/Collaboration.pm index 2f2264225..477347afa 100644 --- a/lib/WebGUI/Asset/Wobject/Collaboration.pm +++ b/lib/WebGUI/Asset/Wobject/Collaboration.pm @@ -1201,9 +1201,9 @@ sub www_viewRSS { my $storage = $self->getStorageLocation; foreach my $filename (@{ $storage->getFile }) { push @attachmentLoop, { - attachment.url = $storage->getUrl($filename), - attachment.path = $storage->getPath($filename), - attachment.length = $storage->getFileSize($filename), + 'attachment.url' => $storage->getUrl($filename), + 'attachment.path' => $storage->getPath($filename), + 'attachment.length' => $storage->getFileSize($filename), }; } }