mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +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 @@ namespace Project_Unite
|
||||||
|
|
||||||
if(split.Length > 1)
|
if(split.Length > 1)
|
||||||
{
|
{
|
||||||
if (split.Length == 2)
|
controllername = split[1];
|
||||||
controllername = split[1];
|
|
||||||
if (split.Length == 3)
|
if (split.Length == 3)
|
||||||
actionname = split[2];
|
actionname = split[2];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue