fixed typo
This commit is contained in:
parent
ed4903f66f
commit
78fb7ef8db
1 changed files with 1 additions and 1 deletions
|
|
@ -675,7 +675,7 @@ SQL
|
||||||
my $datetime = $self->session->datetime;
|
my $datetime = $self->session->datetime;
|
||||||
return map {
|
return map {
|
||||||
my $postId = $_;
|
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;
|
my $postUrl = $siteUrl . $post->getUrl;
|
||||||
# Buggo: this is an abuse of 'author'. 'author' is supposed to be an email address.
|
# 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.
|
# But this is how it was in the original Collaboration RSS, so.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue