From f6fbd49a0cc0a1752ecce3b47932bcd1ede25842 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sat, 12 Apr 2003 19:05:46 +0000 Subject: [PATCH] removed the hardcoded

that went between articles. --- 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 d4bafae74..edecb620c 100644 --- a/lib/WebGUI/Wobject/Article.pm +++ b/lib/WebGUI/Wobject/Article.pm @@ -138,7 +138,7 @@ sub www_view { $var{"image.url"} = $file->getURL; $var{"image.thumbnail"} = $file->getThumbnail; } - $var{description} = $_[0]->description; + $var{description} = $_[0]->get("description"); if ($_[0]->get("convertCarriageReturns")) { $var{description} =~ s/\n/\/g; }