Fix upload file form has disappear

This commit is contained in:
Laurent Destailleur 2021-06-23 02:45:06 +02:00
parent cf28fcc8cd
commit 40b35cc44a

View File

@ -316,6 +316,7 @@ class FormFile
if ($nooutput) {
return $out;
} else {
print $out;
return 1;
}
}