Fixed bug [ 836133 ] forum title and description are not template variables
This commit is contained in:
parent
77f6008043
commit
3dcaf7bb1f
6 changed files with 217 additions and 181 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue