mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #31831 from nextcloud/backport/31380/stable23
[stable23] Ignore errors when searching for bundled preview
This commit is contained in:
commit
798ea58c3e
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