]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove duplicate return
authorThomas Mueller <thomas.mueller@tmit.eu>
Fri, 4 Jan 2013 23:09:37 +0000 (00:09 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Fri, 4 Jan 2013 23:09:37 +0000 (00:09 +0100)
lib/filestorage/local.php

index ca68d6b87027532107ace950fcbbd333b5fc4f9a..910b3fa039dfa6ca9238571625965cb6c973ec09 100644 (file)
@@ -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);