bolg comment becomes ok

This commit is contained in:
Paul Schneider 2017-10-20 15:14:16 +02:00
commit 14f57906eb
135 changed files with 27883 additions and 58 deletions

View file

@ -109,10 +109,10 @@ namespace Yavsc.Controllers
BlogPost blog = _context.Blogspot.Include(
b => b.Author
)
.Include(p=>p.Tags)
.Include(p=>p.Comments)
.Include(p => p.ACL).Single(m => m.Id == id);
)
.Include(p=>p.Tags)
.Include(p=>p.Comments)
.Include(p => p.ACL).Single(m => m.Id == id);
if (blog == null)
{
return HttpNotFound();