- Bugfix [ 847808 ] Signature not displayed in forum

This commit is contained in:
JT Smith 2003-11-23 20:27:31 +00:00
parent 0cb3330caa
commit 60de713abb
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
post.
- Bugfix [ 847198 ] no final newline when data form errors display
- Bugfix [ 699010 ] Need Approval option to Discussions like in USS
- Bugfix [ 847808 ] Signature not displayed in forum
5.5.2

View file

@ -1832,6 +1832,7 @@ sub www_post {
name=>'subscribe',
value=>$defaultSubscribeValue
});
$message .= "\n\n".$session{user}{signature};
}
if ($var->{'newpost.isEdit'}) {
my $post = WebGUI::Forum::Post->new($session{form}{forumPostId});