fixed attachment upload.

This commit is contained in:
Matthew Wilson 2005-11-04 05:54:08 +00:00
parent e96908842a
commit 9534f85145

View file

@ -652,6 +652,7 @@ sub processPropertiesFromFormPost {
} else { } else {
$self->setStatusApproved; $self->setStatusApproved;
} }
delete $self->{_storageLocation};
my $storage = $self->getStorageLocation; my $storage = $self->getStorageLocation;
my $filename; my $filename;
my $attachmentLimit = $self->getThread->getParent->get("attachmentsPerPost"); my $attachmentLimit = $self->getThread->getParent->get("attachmentsPerPost");