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:
Morris Jobke 2016-11-24 20:54:33 +01:00
parent f7a505ded6
commit 28eed678e0
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 0 additions and 4 deletions

View File

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