Merge pull request #21086 from owncloud/storage-nocheckavailforgetowner
Do not check storage availability for getOwner
This commit is contained in:
commit
7634c45e39
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue