bolg comment becomes ok
This commit is contained in:
parent
3ca7870456
commit
14f57906eb
135 changed files with 27883 additions and 58 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue