mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
test
This commit is contained in:
parent
569dc0dcb1
commit
c7fc29bd4d
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ public ActionResult MarkRead(string id)
|
||||||
|
|
||||||
|
|
||||||
[Authorize]
|
[Authorize]
|
||||||
public ActionResult ViewTopic(string id, int page = 1, bool triedtolikeownpost = false)
|
public ActionResult ViewTopic(string id, int page = 1)
|
||||||
{
|
{
|
||||||
int realpage = page - 1;
|
int realpage = page - 1;
|
||||||
int pageSize = 10;
|
int pageSize = 10;
|
||||||
|
|
Loading…
Reference in a new issue