mirror of
https://github.com/nextcloud/server.git
synced 2026-05-20 00:49:19 -04:00
Merge pull request #2320 from nextcloud/fix-getFileSizeViaCOM-regression
[stable10] Fix get file size via com regression
This commit is contained in:
commit
eefc8ce961
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