Use team 0 to display solutions
This commit is contained in:
parent
da1e9da495
commit
739d5b5722
5 changed files with 54 additions and 5 deletions
|
|
@ -126,7 +126,7 @@ class Team
|
|||
}
|
||||
|
||||
function get_id() {
|
||||
return $this->id;
|
||||
return intval($this->id);
|
||||
}
|
||||
|
||||
function get_slogan() {
|
||||
|
|
|
|||
Reference in a new issue