diff --git a/Blacklight/utility/Utility.php b/Blacklight/utility/Utility.php index a955974ab..6e0dfc2c1 100755 --- a/Blacklight/utility/Utility.php +++ b/Blacklight/utility/Utility.php @@ -109,7 +109,7 @@ class Utility ) ) { $fileSpec = sprintf($fileSpecTemplate, $options['type'], $options['id'], $options['suffix']); - $fileSpec = file_exists(storage_path('covers').$fileSpec) ? $fileSpec : + $fileSpec = file_exists(storage_path('covers/').$fileSpec) ? $fileSpec : sprintf($fileSpecTemplate, $options['type'], 'no', $options['suffix']); }