summaryrefslogtreecommitdiff
path: root/Project-Unite/Controllers/ForumController.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-21 17:00:39 -0400
committerMichael <[email protected]>2017-04-21 17:00:39 -0400
commitc7fc29bd4da0ade64f09945729437e19c2dfd667 (patch)
tree7d1e9604302d83c5cb021f14b4b1ec66e3febac0 /Project-Unite/Controllers/ForumController.cs
parent569dc0dcb1d36799138c7bcfb609ab88c96741cb (diff)
downloadproject-unite-c7fc29bd4da0ade64f09945729437e19c2dfd667.tar.gz
project-unite-c7fc29bd4da0ade64f09945729437e19c2dfd667.tar.bz2
project-unite-c7fc29bd4da0ade64f09945729437e19c2dfd667.zip
test
Diffstat (limited to 'Project-Unite/Controllers/ForumController.cs')
-rw-r--r--Project-Unite/Controllers/ForumController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Controllers/ForumController.cs b/Project-Unite/Controllers/ForumController.cs
index 69c136a..de2174c 100644
--- a/Project-Unite/Controllers/ForumController.cs
+++ b/Project-Unite/Controllers/ForumController.cs
@@ -321,7 +321,7 @@ namespace Project_Unite.Controllers
[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 pageSize = 10;