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
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5

View file

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