mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 13:23:11 -04:00
Merge pull request #31380 from nextcloud/fix/opendocument-preview-avoid-errors
Ignore errors when searching for bundled preview
This commit is contained in:
commit
ce87b44224
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ abstract class Bundled extends ProviderV2 {
|
|||
$image->fixOrientation();
|
||||
|
||||
return $image;
|
||||
} catch (\Exception $e) {
|
||||
} catch (\Throwable $e) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue