fix: Article thumbnail not working

This commit is contained in:
Wouter van Oijen 2006-07-20 12:46:54 +00:00
parent 7405613b6d
commit c545bea063
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
department names.
- fix: Missing documentation breaks the List of Available Macros (Wouter
van Oijen / ProcoliX)
- fix: Article thumbnail not working (Len Kranendonk)
7.0.2

View file

@ -288,7 +288,7 @@ sub view {
filename => $file,
isImage => $storage->isImage($file),
url=> $storage->getUrl($file),
thumbnailUrl => $storage->getUrl($file),
thumbnailUrl => $storage->getThumbnail($file),
iconUrl => $storage->getFileIconUrl($file)
});
}