summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/filestorage/local.php2
1 files changed, 0 insertions, 2 deletions
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);