working out some kinks
This commit is contained in:
parent
b9de5b1a3c
commit
65a9ecbd34
5 changed files with 36 additions and 39 deletions
|
|
@ -193,7 +193,7 @@ sub www_view {
|
|||
$templateId = $_[0]->get("templateId");
|
||||
}
|
||||
if ($session{form}{forumOp}) {
|
||||
return WebGUI::Forum::UI::forumOp($callback,$_[0]->get("forumId"));
|
||||
return WebGUI::Forum::UI::forumOp($callback);
|
||||
} else {
|
||||
return $_[0]->processTemplate($templateId,\%var);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue