fix: Syntax error in GetCsMail
This commit is contained in:
parent
5c25772a83
commit
3f283d7df5
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
7.5.10
|
7.5.10
|
||||||
|
- fix: Syntax error in GetCsMail
|
||||||
|
|
||||||
7.5.9
|
7.5.9
|
||||||
- fixed: Collaboration System attachments follow site's max size instead of CS's
|
- fixed: Collaboration System attachments follow site's max size instead of CS's
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ sub addPost {
|
||||||
$text = WebGUI::HTML::filter($text, "all");
|
$text = WebGUI::HTML::filter($text, "all");
|
||||||
$text = WebGUI::HTML::format($text, "text");
|
$text = WebGUI::HTML::format($text, "text");
|
||||||
}
|
}
|
||||||
elsif ($part->type eq 'text/html') {
|
elsif ($part->{type} eq 'text/html') {
|
||||||
$text = WebGUI::HTML::cleanSegment($text);
|
$text = WebGUI::HTML::cleanSegment($text);
|
||||||
}
|
}
|
||||||
$content .= $text;
|
$content .= $text;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue