main
Paul Schneider 9 years ago
parent 8d0be84e5b
commit 7ce4d86383
1 changed files with 1 additions and 1 deletions

@ -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();

Loading…