fixed [ 926610 ] WebGUI::Wobject::Article

This commit is contained in:
JT Smith 2004-04-19 19:38:15 +00:00
parent a311d096a5
commit d05f088f5f
3 changed files with 3 additions and 2 deletions

View file

@ -182,7 +182,7 @@ sub www_view {
$var{"post.URL"} = WebGUI::Forum::UI::formatNewThreadURL($callback,$forum->get("forumId"));
$var{"post.label"} = WebGUI::International::get(24,$_[0]->get("namespace"));
}
my $templateId = $_[0]->get("templateId");
my $templateId = $_[0]->getValue("templateId");
if ($session{form}{func} eq "editSave") {
$templateId = $_[0]->get("templateId");
}