From b8442935361703ce6cd9e17ec50d64584cd35673 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 15 Feb 2021 17:52:11 +0100 Subject: catch notfound and forbidden exception in smb::getmetadata Signed-off-by: Robin Appelman --- lib/private/Files/Storage/Wrapper/Encoding.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/private/Files/Storage/Wrapper/Encoding.php') 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)); } -- cgit v1.2.3