diff --git a/lib/WebGUI/Wobject/Article.pm b/lib/WebGUI/Wobject/Article.pm index 316c7f2f4..74b71efbf 100644 --- a/lib/WebGUI/Wobject/Article.pm +++ b/lib/WebGUI/Wobject/Article.pm @@ -181,7 +181,7 @@ sub www_view { $var{"post.URL"} = WebGUI::Forum::UI::formatNewThreadURL($callback,$forum->get("forumId")); $var{"post.label"} = WebGUI::International::get(24,$self->get("namespace")); } - my $templateId = $self->getValue("templateId"); + my $templateId = $self->get("templateId"); if ($session{form}{overrideTemplateId} ne "") { $templateId = $session{form}{overrideTemplateId}; }