Fixing a typo

This commit is contained in:
Martin Kamerbeek 2006-07-20 15:03:03 +00:00
parent 9a155293f1
commit 7d453b758c

View file

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