Browse Source

remove duplicate return

tags/v5.0.0alpha1
Thomas Mueller 11 years ago
parent
commit
da28ae0069
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      lib/filestorage/local.php

+ 0
- 2
lib/filestorage/local.php 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);

Loading…
Cancel
Save