Fix description field of the Story RSS feed. Fixes bug #11112

This commit is contained in:
Colin Kuskie 2009-10-11 19:03:55 -07:00
parent 35efdfd5c5
commit 08f6bd8b58
3 changed files with 4 additions and 2 deletions

View file

@ -537,7 +537,7 @@ sub getRssData {
my $self = shift;
my $data = {
title => $self->get('headline') || $self->getTitle,
description => $self->get('subtitle'),
description => $self->get('story'),
'link' => $self->getUrl,
author => $self->get('byline'),
date => $self->get('lastModified'),