fixed typos in CS RSS
This commit is contained in:
parent
85dbaba696
commit
50b51223fe
1 changed files with 3 additions and 3 deletions
|
|
@ -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),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue