mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
Fix a fucking supermosquito in Global.asax
This commit is contained in:
parent
3b72afec58
commit
3d9ab5e32d
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@ protected void Application_BeginRequest(object sender, EventArgs e)
|
|||
|
||||
if(split.Length > 1)
|
||||
{
|
||||
if (split.Length == 2)
|
||||
controllername = split[1];
|
||||
controllername = split[1];
|
||||
if (split.Length == 3)
|
||||
actionname = split[2];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue