浏览代码

remove duplicate return

tags/v5.0.0alpha1
Thomas Mueller 11 年前
父节点
当前提交
da28ae0069
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      lib/filestorage/local.php

+ 0
- 2
lib/filestorage/local.php 查看文件

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

正在加载...
取消
保存