Merge pull request #21086 from owncloud/storage-nocheckavailforgetowner

Do not check storage availability for getOwner
This commit is contained in:
Thomas Müller 2015-12-10 16:15:52 +01:00
commit 7634c45e39
1 changed files with 0 additions and 1 deletions

View File

@ -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) {