Added image view, next/previous and view update
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user