fixed typos in CS RSS

This commit is contained in:
Colin Kuskie 2005-12-07 21:37:04 +00:00
parent 85dbaba696
commit 50b51223fe

View file

@ -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),
};
}
}