This commit is contained in:
Paul Schneider 2017-02-09 00:26:50 +01:00
commit 83677df96c

View file

@ -106,7 +106,7 @@ namespace Yavsc.Controllers
Blog blog = _context.Blogspot.Include( Blog blog = _context.Blogspot.Include(
b => b.Author b => b.Author
).Single(m => m.Id == id); ).Include(p => p.ACL).Single(m => m.Id == id);
if (blog == null) if (blog == null)
{ {
return HttpNotFound(); return HttpNotFound();