diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-05 00:09:37 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-05 00:09:37 +0100 |
commit | da28ae0069b720161deb648028b612563e5f6497 (patch) | |
tree | 8c4d9d6d0c2633408a5fd3592fb3ec82da4f6b8e /lib | |
parent | 2cb66327525472d1b5f287b20d81554c84c2ddbe (diff) | |
download | nextcloud-server-da28ae0069b720161deb648028b612563e5f6497.tar.gz nextcloud-server-da28ae0069b720161deb648028b612563e5f6497.zip |
remove duplicate return
Diffstat (limited to 'lib')
-rw-r--r-- | lib/filestorage/local.php | 2 |
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); |