From: Thomas Mueller Date: Fri, 4 Jan 2013 23:09:37 +0000 (+0100) Subject: remove duplicate return X-Git-Tag: v5.0.0alpha1~259^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=da28ae0069b720161deb648028b612563e5f6497;p=nextcloud-server.git remove duplicate return --- diff --git a/lib/filestorage/local.php b/lib/filestorage/local.php index ca68d6b8702..910b3fa039d 100644 --- a/lib/filestorage/local.php +++ b/lib/filestorage/local.php @@ -38,8 +38,6 @@ class OC_Filestorage_Local extends OC_Filestorage_Common{ $statResult[7] = $size; } return $statResult; - - return $statResult; } public function filetype($path) { $filetype=filetype($this->datadir.$path);