attachmentLimit bug
This commit is contained in:
parent
363a56dbdc
commit
99de151fb1
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ Provide the form variable name to which the file being uploaded is assigned. Not
|
|||
sub addFileFromFormPost {
|
||||
my $self = shift;
|
||||
my $formVariableName = shift;
|
||||
my $attachmentLimit = shift;
|
||||
my $attachmentLimit = shift || 99999;
|
||||
return "" if (WebGUI::HTTP::getStatus() =~ /^413/);
|
||||
my $filename;
|
||||
my $attachmentCount = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue