Fix wrong intends in js_upload

This commit is contained in:
Philipp Holzer
2019-03-13 20:58:54 +01:00
parent 47b2326dff
commit dcf4b5695d

View File

@@ -218,7 +218,7 @@ class qqUploadedFileXhr {
fclose($input);
fclose($temp);
if ($realSize != $this->getSize()){
if ($realSize != $this->getSize()) {
return false;
}
return true;