fixed: Get CS Mail workflow doesn't commit version tags created

This commit is contained in:
Graham Knop 2008-11-18 16:11:23 +00:00
parent f34171c2d8
commit f362a72210
2 changed files with 2 additions and 0 deletions

View file

@ -119,6 +119,7 @@ sub addPost {
$storage->addFileFromScalar($filename, $file->{content});
}
}
$post->requestAutoCommit;
$post->postProcess;
$post->getThread->unarchive if ($post->getThread->get("status") eq "archived");
return $post;