Skip to content
Snippets Groups Projects
Commit da28ae00 authored by Thomas Müller's avatar Thomas Müller
Browse files

remove duplicate return

parent 2cb66327
Branches
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment