Fixed bug [ 836133 ] forum title and description are not template variables

This commit is contained in:
JT Smith 2003-11-16 00:08:29 +00:00
parent 77f6008043
commit 3dcaf7bb1f
6 changed files with 217 additions and 181 deletions

View file

@ -193,7 +193,7 @@ sub www_view {
$templateId = $_[0]->get("templateId");
}
if ($session{form}{forumOp}) {
return WebGUI::Forum::UI::forumOp($callback);
return WebGUI::Forum::UI::forumOp($callback,$_[0]->get("title"),$_[0]->get("description"));
} else {
return $_[0]->processTemplate($templateId,\%var);
}