diff --git a/src/Orchard.Web/Modules/Orchard.Comments/Services/CommentService.cs b/src/Orchard.Web/Modules/Orchard.Comments/Services/CommentService.cs index 3f4cc3013..cc0fa7127 100644 --- a/src/Orchard.Web/Modules/Orchard.Comments/Services/CommentService.cs +++ b/src/Orchard.Web/Modules/Orchard.Comments/Services/CommentService.cs @@ -64,7 +64,7 @@ namespace Orchard.Comments.Services { } public ContentItem GetCommentedContent(int id) { - return _contentManager.Get(id); + return _orchardServices.ContentManager.Get(id); } public CommentPart CreateComment(CreateCommentContext context, bool moderateComments) {