Ignore warnings for unsupported images.
This commit is contained in:
parent
d76e1194d1
commit
a3a236d2e1
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class Thumb {
|
|||
|
||||
$et = false;
|
||||
if (function_exists("exif_thumbnail")) {
|
||||
$et = exif_thumbnail($source_abs_path);
|
||||
$et = @exif_thumbnail($source_abs_path);
|
||||
}
|
||||
if($et !== false) {
|
||||
file_put_contents($thumb_abs_path, $et);
|
||||
|
|
Loading…
Add table
Reference in a new issue