diff options
author | Robin Appelman <robin@icewind.nl> | 2021-02-15 17:52:11 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2021-03-04 21:34:54 +0100 |
commit | b8442935361703ce6cd9e17ec50d64584cd35673 (patch) | |
tree | 246d7fcdfdbb3087e8f35f3088062ea9d1f8e1f1 /lib/private/Files/Storage/Wrapper/Encoding.php | |
parent | b0fe408d1f08958d1d00c98810675cc8a70df686 (diff) | |
download | nextcloud-server-b8442935361703ce6cd9e17ec50d64584cd35673.tar.gz nextcloud-server-b8442935361703ce6cd9e17ec50d64584cd35673.zip |
catch notfound and forbidden exception in smb::getmetadata
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/private/Files/Storage/Wrapper/Encoding.php')
-rw-r--r-- | lib/private/Files/Storage/Wrapper/Encoding.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/private/Files/Storage/Wrapper/Encoding.php b/lib/private/Files/Storage/Wrapper/Encoding.php index c0587cd0263..e2b486546af 100644 --- a/lib/private/Files/Storage/Wrapper/Encoding.php +++ b/lib/private/Files/Storage/Wrapper/Encoding.php @@ -531,10 +531,6 @@ class Encoding extends Wrapper { return $result; } - /** - * @param string $path - * @return array - */ public function getMetaData($path) { return $this->storage->getMetaData($this->findPathToUse($path)); } |