mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
remove duplicate return
This commit is contained in:
parent
2cb6632752
commit
da28ae0069
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue