Fix description field of the Story RSS feed. Fixes bug #11112
This commit is contained in:
parent
35efdfd5c5
commit
08f6bd8b58
3 changed files with 4 additions and 2 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue