From 78fb7ef8db45971ef52a2539cf177fe78bd1e2e9 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 17 Jan 2007 17:27:23 +0000 Subject: [PATCH] fixed typo --- lib/WebGUI/Asset/Wobject/Collaboration.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Collaboration.pm b/lib/WebGUI/Asset/Wobject/Collaboration.pm index 859897253..513a30824 100644 --- a/lib/WebGUI/Asset/Wobject/Collaboration.pm +++ b/lib/WebGUI/Asset/Wobject/Collaboration.pm @@ -675,7 +675,7 @@ SQL my $datetime = $self->session->datetime; return map { my $postId = $_; - my $post = WebGUI::Asset::Thread->new($self->session, $postId); + my $post = WebGUI::Asset->new($self->session, $postId, 'WebGUI::Asset::Post::Thread'); my $postUrl = $siteUrl . $post->getUrl; # Buggo: this is an abuse of 'author'. 'author' is supposed to be an email address. # But this is how it was in the original Collaboration RSS, so.