fixed: Invitation EMails Escape Characters
This commit is contained in:
parent
2f72b6352c
commit
89266ddf58
2 changed files with 2 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ sub www_inviteUserSave {
|
|||
);
|
||||
|
||||
##No sneaky attack paths...
|
||||
$message = WebGUI::HTML::filter($message);
|
||||
$message = WebGUI::HTML::html2text(WebGUI::HTML::filter($message));
|
||||
|
||||
##Create the invitation url.
|
||||
my $inviteId = $session->id->generate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue