fixed: RSS feeds report modified date instead of create date

This commit is contained in:
Graham Knop 2008-06-26 20:51:12 +00:00
parent 0b671837d5
commit ea42287749
3 changed files with 3 additions and 2 deletions

View file

@ -886,7 +886,7 @@ SQL
'link' => $postUrl,
guid => $postUrl,
description => $post->get('synopsis'),
pubDate => $datetime->epochToMail($post->get('revisionDate')),
pubDate => $datetime->epochToMail($post->get('creationDate')),
attachmentLoop => $attachmentLoop,
userDefined1 => $post->get("userDefined1"),
userDefined2 => $post->get("userDefined2"),