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
1 changed files with 123 additions and 123 deletions

View File

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