mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-04-20 00:10:24 +00:00
uhhhhhhhhhh
This commit is contained in:
parent
6162da1825
commit
daf9785bae
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ namespace Project_Unite.Controllers
|
||||||
|
|
||||||
|
|
||||||
[Authorize]
|
[Authorize]
|
||||||
public ActionResult ViewTopic(string id, bool triedtolikeowntopic = false, int page = 1)
|
public ActionResult ViewTopic(string id, int page = 1, bool triedtolikeownpost = false)
|
||||||
{
|
{
|
||||||
int realpage = page - 1;
|
int realpage = page - 1;
|
||||||
int pageSize = 10;
|
int pageSize = 10;
|
||||||
|
|
Loading…
Add table
Reference in a new issue