diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-07-13 21:23:04 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-13 21:23:04 +0200 |
commit | e6a9a71c54ff1a04b113feea84a6e7c5afc5fcba (patch) | |
tree | 63e6eb88323afd481dafbd203cbfe0fb13f23f82 | |
parent | 31237d19eb2b1b96aeadcfe421f243bc80e59d4c (diff) |
Remove duplicate TODO for supporting multiple type for thumbnails
Already in \libraries\Exif
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | application/controllers/file.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/controllers/file.php b/application/controllers/file.php index c26ae0420..328fc551f 100644 --- a/application/controllers/file.php +++ b/application/controllers/file.php @@ -379,7 +379,6 @@ class File extends MY_Controller { list($width, $height) = getimagesize($file); } catch (\ErrorException $e) { // likely unsupported filetype - // TODO: support more (using identify from imagemagick is likely slow :( ) } $tooltip = "${filedata["id"]} - $filesize<br>"; |