More blog post published date cleanup WRT Live Writer

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-12-14 13:44:14 -08:00
parent 7113067437
commit f40a725c33
4 changed files with 6 additions and 31 deletions

View File

@@ -294,7 +294,7 @@ namespace Orchard.Blogs.Services {
var url = urlHelper.AbsoluteAction(() => urlHelper.BlogPost(blogPostPart));
return new XRpcStruct()
.Set("postid", blogPostPart.Id)
.Set("dateCreated", blogPostPart.CreatedUtc)
.Set("dateCreated", blogPostPart.PublishedUtc)
.Set("title", blogPostPart.Title)
.Set("wp_slug", blogPostPart.Slug)
.Set("description", blogPostPart.Text)