we officially support attachments on our cs mail posts
This commit is contained in:
parent
a15795519d
commit
ee62336a77
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue