- 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
|
|
@ -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});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue