remove duplicate return

This commit is contained in:
Thomas Mueller 2013-01-05 00:09:37 +01:00
parent 2cb6632752
commit da28ae0069
1 changed files with 0 additions and 2 deletions

View 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);