Loading lib/Filesystem/CacheWrapper.php +5 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,11 @@ class CacheWrapper extends Wrapper { if (isset($entry['path']) && isset($entry['permissions'])) { // Only restrict permissions for files in the "Recovery" folder if ($this->isExcludedPath($entry['path'])) { try { throw new \OC\ServiceUnavailableException('Service unavailable'); } catch (\OC\ServiceUnavailableException $e) { $entry['permissions'] &= $this->mask; } } } return $entry; Loading Loading
lib/Filesystem/CacheWrapper.php +5 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,11 @@ class CacheWrapper extends Wrapper { if (isset($entry['path']) && isset($entry['permissions'])) { // Only restrict permissions for files in the "Recovery" folder if ($this->isExcludedPath($entry['path'])) { try { throw new \OC\ServiceUnavailableException('Service unavailable'); } catch (\OC\ServiceUnavailableException $e) { $entry['permissions'] &= $this->mask; } } } return $entry; Loading