fixed typo

This commit is contained in:
JT Smith 2007-01-17 17:27:23 +00:00
parent ed4903f66f
commit 78fb7ef8db

View file

@ -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.