Fixed bug 749544, close CGI upload filehandle
This commit is contained in:
parent
dd79a47b29
commit
5f307de57a
1 changed files with 1 additions and 0 deletions
|
|
@ -580,6 +580,7 @@ sub save {
|
|||
$_[0]->{_filename} = "";
|
||||
return "";
|
||||
}
|
||||
close $filename;
|
||||
return $_[0]->getFilename;
|
||||
} else {
|
||||
return "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue