fix typo in variable
This commit is contained in:
parent
14ea890c8b
commit
16f85f1006
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@
|
||||||
$character = $this->Characters->getCharacterForUserAndSeminary($this->Auth->getUserId(), $seminary['id']);
|
$character = $this->Characters->getCharacterForUserAndSeminary($this->Auth->getUserId(), $seminary['id']);
|
||||||
$charactergroups = $this->Charactergroups->getGroupsForCharacter($character['id']);
|
$charactergroups = $this->Charactergroups->getGroupsForCharacter($character['id']);
|
||||||
if(!empty($charactergroups)) {
|
if(!empty($charactergroups)) {
|
||||||
$charactergroup = $stationgroups[0];
|
$charactergroup = $charactergroups[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Select group by parameter
|
// Select group by parameter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue