Fixing a typo
This commit is contained in:
parent
9a155293f1
commit
7d453b758c
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ sub view {
|
||||||
filename => $file,
|
filename => $file,
|
||||||
isImage => $storage->isImage($file),
|
isImage => $storage->isImage($file),
|
||||||
url=> $storage->getUrl($file),
|
url=> $storage->getUrl($file),
|
||||||
thumbnailUrl => $storage->getThumbnail($file),
|
thumbnailUrl => $storage->getThumbnailUrl($file),
|
||||||
iconUrl => $storage->getFileIconUrl($file)
|
iconUrl => $storage->getFileIconUrl($file)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue