working out some kinks

This commit is contained in:
JT Smith 2003-10-18 04:38:47 +00:00
parent b9de5b1a3c
commit 65a9ecbd34
5 changed files with 36 additions and 39 deletions

View file

@ -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);
}