we officially support attachments on our cs mail posts

This commit is contained in:
JT Smith 2006-04-10 13:36:12 +00:00
parent a15795519d
commit ee62336a77
2 changed files with 2 additions and 1 deletions

View file

@ -98,7 +98,7 @@ sub addPost {
my $type = $1;
$filename = $self->session->id->generate.".".$type;
}
$storage->addFileFromScalar($file->{content}, $filename);
$storage->addFileFromScalar($filename, $file->{content});
}
}
$post->postProcess;