fix: Article thumbnail not working
This commit is contained in:
parent
7405613b6d
commit
c545bea063
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue