diff --git a/lib/base.php b/lib/base.php index 7bd14de56b..8edb9bd770 100644 --- a/lib/base.php +++ b/lib/base.php @@ -828,6 +828,8 @@ class OC { } catch (\OC\ServerNotAvailableException $e) { // not a GC exception, pass it on throw $e; + } catch (\OC\ForbiddenException $e) { + // filesystem blocked for this request, ignore } catch (\Exception $e) { // a GC exception should not prevent users from using OC, // so log the exception