refactored WebGUI::HTML api to use new ssesion system
This commit is contained in:
parent
16de66517c
commit
45c7e7876d
3 changed files with 52 additions and 30 deletions
|
|
@ -214,7 +214,7 @@ sub formatContent {
|
|||
my $msg = WebGUI::HTML::filter($content,$self->getThread->getParent->get("filterCode"));
|
||||
$msg = WebGUI::HTML::format($msg, $contentType);
|
||||
if ($self->getThread->getParent->get("useContentFilter")) {
|
||||
$msg = WebGUI::HTML::processReplacements($msg);
|
||||
$msg = WebGUI::HTML::processReplacements($self->session,$msg);
|
||||
}
|
||||
return $msg;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue