fixed reference syntax mistake
This commit is contained in:
parent
984d44ac75
commit
8337bf9693
@ -12,10 +12,10 @@ class Board {
|
||||
return $this->id;
|
||||
}
|
||||
function getName(){
|
||||
return $this->$name;
|
||||
return $this->name;
|
||||
}
|
||||
function getPermLevel(){
|
||||
return $this->$permLevel;
|
||||
return $this->permLevel;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user