mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Fix regressiong from #2048
* fixes https://github.com/nextcloud/server/pull/2048#issuecomment-262826162 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
f7a505ded6
commit
28eed678e0
1 changed files with 0 additions and 4 deletions
|
|
@ -98,10 +98,6 @@ class LargeFileHelper {
|
|||
if (!is_null($fileSize)) {
|
||||
return $fileSize;
|
||||
}
|
||||
$fileSize = $this->getFileSizeViaCOM($filename);
|
||||
if (!is_null($fileSize)) {
|
||||
return $fileSize;
|
||||
}
|
||||
$fileSize = $this->getFileSizeViaExec($filename);
|
||||
if (!is_null($fileSize)) {
|
||||
return $fileSize;
|
||||
|
|
|
|||
Loading…
Reference in a new issue