Added GUID and pubDate entries to Stories. Updated tests. Fixes bug #11580
This commit is contained in:
parent
a6db8211c5
commit
7a1487be55
5 changed files with 17 additions and 0 deletions
|
|
@ -539,8 +539,10 @@ sub getRssData {
|
|||
title => $self->get('headline') || $self->getTitle,
|
||||
description => $self->get('story'),
|
||||
'link' => $self->getUrl,
|
||||
guid => $self->getUrl,
|
||||
author => $self->get('byline'),
|
||||
date => $self->get('lastModified'),
|
||||
pubDate => $self->session->datetime->epochToMail($self->get('creationDate')),
|
||||
};
|
||||
return $data;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue