summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-12-10 16:15:52 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-12-10 16:15:52 +0100
commit7634c45e39d261f0a9ef721365dff850d97f51f8 (patch)
treeb8fc79c95b84b4e6de8e0e1981552e5a95431ad8 /lib
parentdf15d54db65a692f2ecf9307ae2a9b43c8fe0697 (diff)
parent4b68dd372dec249119721c1d250c170018f566e5 (diff)
downloadnextcloud-server-7634c45e39d261f0a9ef721365dff850d97f51f8.tar.gz
nextcloud-server-7634c45e39d261f0a9ef721365dff850d97f51f8.zip
Merge pull request #21086 from owncloud/storage-nocheckavailforgetowner
Do not check storage availability for getOwner
Diffstat (limited to 'lib')
-rw-r--r--lib/private/files/storage/wrapper/availability.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/files/storage/wrapper/availability.php b/lib/private/files/storage/wrapper/availability.php
index d6ce78f6e44..d2fbbbacf75 100644
--- a/lib/private/files/storage/wrapper/availability.php
+++ b/lib/private/files/storage/wrapper/availability.php
@@ -399,7 +399,6 @@ class Availability extends Wrapper {
/** {@inheritdoc} */
public function getOwner($path) {
- $this->checkAvailability();
try {
return parent::getOwner($path);
} catch (\OCP\Files\StorageNotAvailableException $e) {