Fixed a php error in team.php
This commit is contained in:
parent
868e49c834
commit
bbe02d2367
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ try
|
|||
|
||||
return "teams/team";
|
||||
}
|
||||
catch($e)
|
||||
catch(Exception $e)
|
||||
{
|
||||
return "404";
|
||||
}
|
||||
|
|
Reference in a new issue