diff options
| author | Michael <[email protected]> | 2017-05-09 18:43:33 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-09 18:43:33 -0400 |
| commit | 3d9ab5e32d4e1751d7935baa2f1a1c04ea59f016 (patch) | |
| tree | d0a9ffc380fba6735a36d1503c02b3f0052fd0cd /Project-Unite | |
| parent | 3b72afec58ceab961d81e0cdc1cf7705d1bd8d01 (diff) | |
| download | project-unite-3d9ab5e32d4e1751d7935baa2f1a1c04ea59f016.tar.gz project-unite-3d9ab5e32d4e1751d7935baa2f1a1c04ea59f016.tar.bz2 project-unite-3d9ab5e32d4e1751d7935baa2f1a1c04ea59f016.zip | |
Fix a fucking supermosquito in Global.asax
Diffstat (limited to 'Project-Unite')
| -rw-r--r-- | Project-Unite/Global.asax.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Project-Unite/Global.asax.cs b/Project-Unite/Global.asax.cs index 4864165..41208ad 100644 --- a/Project-Unite/Global.asax.cs +++ b/Project-Unite/Global.asax.cs @@ -46,8 +46,7 @@ namespace Project_Unite if(split.Length > 1) { - if (split.Length == 2) - controllername = split[1]; + controllername = split[1]; if (split.Length == 3) actionname = split[2]; } |
