diff options
| author | Michael <[email protected]> | 2017-03-24 12:02:52 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-24 12:02:52 -0400 |
| commit | 0949277bd1d87c5c4041f0474801c9ce4aa319bb (patch) | |
| tree | 4cd5bcf39cb6f53b651a2fd8fa2c7a19e0807989 | |
| parent | 0c1c47c98b580c8869b873ade0e42f228b1f590d (diff) | |
| download | project-unite-0949277bd1d87c5c4041f0474801c9ce4aa319bb.tar.gz project-unite-0949277bd1d87c5c4041f0474801c9ce4aa319bb.tar.bz2 project-unite-0949277bd1d87c5c4041f0474801c9ce4aa319bb.zip | |
God I hate ghost keystrokes.
| -rw-r--r-- | Project-Unite/Controllers/ProfilesController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Controllers/ProfilesController.cs b/Project-Unite/Controllers/ProfilesController.cs index ef53f6f..2b6ee53 100644 --- a/Project-Unite/Controllers/ProfilesController.cs +++ b/Project-Unite/Controllers/ProfilesController.cs @@ -28,7 +28,7 @@ namespace Project_Unite.Controllers } [Authorize] - public ActionResult DislikePosts(string id) + public ActionResult DislikePost(string id) { var db = new ApplicationDbContext(); var topic = db.UserPosts.FirstOrDefault(x => x.Id == id); |
