diff options
| author | Michael <[email protected]> | 2017-04-21 17:00:39 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-21 17:00:39 -0400 |
| commit | c7fc29bd4da0ade64f09945729437e19c2dfd667 (patch) | |
| tree | 7d1e9604302d83c5cb021f14b4b1ec66e3febac0 /Project-Unite | |
| parent | 569dc0dcb1d36799138c7bcfb609ab88c96741cb (diff) | |
| download | project-unite-c7fc29bd4da0ade64f09945729437e19c2dfd667.tar.gz project-unite-c7fc29bd4da0ade64f09945729437e19c2dfd667.tar.bz2 project-unite-c7fc29bd4da0ade64f09945729437e19c2dfd667.zip | |
test
Diffstat (limited to 'Project-Unite')
| -rw-r--r-- | Project-Unite/Controllers/ForumController.cs | 2 |
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; |
