traque les éditions de billet
This commit is contained in:
@ -47,7 +47,7 @@ namespace Yavsc.Controllers
|
||||
return UserPosts(id);
|
||||
return View(_context.Blogspot.Include(
|
||||
b => b.Author
|
||||
).Where(p => p.Visible || p.AuthorId == uid ).OrderByDescending(p => p.UserCreated)
|
||||
).Where(p => p.Visible || p.AuthorId == uid ).OrderByDescending(p => p.DateCreated)
|
||||
.Skip(skip).Take(maxLen));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user