forked from friendica/friendica-addons
Fix wrong intends in js_upload
This commit is contained in:
parent
47b2326dff
commit
dcf4b5695d
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue