Fixed a php error in team.php

This commit is contained in:
Li Chen 2013-10-26 21:01:49 +02:00
parent 868e49c834
commit bbe02d2367

View file

@ -10,7 +10,7 @@ try
return "teams/team";
}
catch($e)
catch(Exception $e)
{
return "404";
}