fix
This commit is contained in:
parent
94565a79be
commit
8e683580f4
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ sub processPropertiesFromFormPost {
|
|||
delete $self->{_storageLocation};
|
||||
my $storage = $self->getStorageLocation;
|
||||
my $attachmentLimit = $self->getThread->getParent->get("attachmentsPerPost");
|
||||
$storage->addFileFromFormPost("file", $attachmentLimit) if $attachmentLimit;
|
||||
$storage->addFileFromFormPost("image", $attachmentLimit) if $attachmentLimit;
|
||||
$self->postProcess;
|
||||
$self->requestCommit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue