- Added a attachment_thumbnail option to the CS RSS feed.

This commit is contained in:
JT Smith 2007-01-25 17:14:25 +00:00
parent 3e23558cec
commit b319535fd1
4 changed files with 6 additions and 1 deletions

View file

@ -689,6 +689,7 @@ SQL
push @{$attachmentLoop}, {
'attachment.url' => $storage->getUrl($file),
'attachment.path' => $storage->getPath($file),
'attachment_thumbnail' => $storage->getThumbnailUrl($file),
'attachment.length' => $storage->getFileSize($file),
};
}