mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
Merge pull request #31830 from nextcloud/backport/31380/stable22
[stable22] Ignore errors when searching for bundled preview
This commit is contained in:
commit
53f1f64d8e
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ abstract class Bundled extends ProviderV2 {
|
|||
$image->fixOrientation();
|
||||
|
||||
return $image;
|
||||
} catch (\Exception $e) {
|
||||
} catch (\Throwable $e) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue