idem?
This commit is contained in:
parent
3aa2e21e41
commit
83677df96c
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…
Add table
Add a link
Reference in a new issue