mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-24 05:42:10 +08:00
Wiring up comments module support for feeds... Adding rss urls to headers in some blogs module actions...
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045678
This commit is contained in:
@@ -145,7 +145,7 @@ namespace Orchard.Comments.Controllers {
|
||||
Email = viewModel.Email,
|
||||
SiteName = viewModel.SiteName,
|
||||
UserName = CurrentUser == null ? "Anonymous" : CurrentUser.UserName,
|
||||
CommentedOn = viewModel.CommentedOn
|
||||
CommentedOn = viewModel.CommentedOn,
|
||||
};
|
||||
_commentService.CreateComment(comment);
|
||||
if (!String.IsNullOrEmpty(returnUrl)) {
|
||||
|
||||
Reference in New Issue
Block a user