From 7edf45ad478a78a477677fbb41498799d53df1af Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 29 Feb 2004 23:55:44 +0000 Subject: [PATCH] merging 5.5 bugfixes --- lib/WebGUI/Wobject/Article.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Wobject/Article.pm b/lib/WebGUI/Wobject/Article.pm index d8de19809..c803acd52 100644 --- a/lib/WebGUI/Wobject/Article.pm +++ b/lib/WebGUI/Wobject/Article.pm @@ -189,7 +189,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]->getValue("templateId"); + my $templateId = $_[0]->get("templateId"); if ($session{form}{func} eq "editSave") { $templateId = $_[0]->get("templateId"); }