Fix wrong intends in js_upload
This commit is contained in:
@@ -218,7 +218,7 @@ class qqUploadedFileXhr {
|
||||
fclose($input);
|
||||
fclose($temp);
|
||||
|
||||
if ($realSize != $this->getSize()){
|
||||
if ($realSize != $this->getSize()) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user