- Bugfix [ 847808 ] Signature not displayed in forum
This commit is contained in:
parent
0cb3330caa
commit
60de713abb
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
post.
|
post.
|
||||||
- Bugfix [ 847198 ] no final newline when data form errors display
|
- Bugfix [ 847198 ] no final newline when data form errors display
|
||||||
- Bugfix [ 699010 ] Need Approval option to Discussions like in USS
|
- Bugfix [ 699010 ] Need Approval option to Discussions like in USS
|
||||||
|
- Bugfix [ 847808 ] Signature not displayed in forum
|
||||||
|
|
||||||
|
|
||||||
5.5.2
|
5.5.2
|
||||||
|
|
|
||||||
|
|
@ -1832,6 +1832,7 @@ sub www_post {
|
||||||
name=>'subscribe',
|
name=>'subscribe',
|
||||||
value=>$defaultSubscribeValue
|
value=>$defaultSubscribeValue
|
||||||
});
|
});
|
||||||
|
$message .= "\n\n".$session{user}{signature};
|
||||||
}
|
}
|
||||||
if ($var->{'newpost.isEdit'}) {
|
if ($var->{'newpost.isEdit'}) {
|
||||||
my $post = WebGUI::Forum::Post->new($session{form}{forumPostId});
|
my $post = WebGUI::Forum::Post->new($session{form}{forumPostId});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue