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

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