Added image view, next/previous and view update

This commit is contained in:
Deon George
2016-06-29 20:49:02 +10:00
parent 3361427c75
commit c5f0bfffd0
6 changed files with 168 additions and 42 deletions

View File

@@ -151,7 +151,7 @@ class Import extends Command
try {
$po->thumbnail = exif_thumbnail($po->file_path());
} catch (Exception $e) {
} catch (\Exception $e) {
// @todo Couldnt get the thumbnail, so we should create one.
}