From b2bf5fc624d79a42ad099c002dcb4036fd768477 Mon Sep 17 00:00:00 2001 From: oliver Date: Fri, 12 Feb 2016 10:08:42 +0100 Subject: [PATCH] fix typo in variable --- controllers/CharactergroupsqueststationsController.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/CharactergroupsqueststationsController.inc b/controllers/CharactergroupsqueststationsController.inc index b5e64bec..6e67ebc8 100644 --- a/controllers/CharactergroupsqueststationsController.inc +++ b/controllers/CharactergroupsqueststationsController.inc @@ -93,7 +93,7 @@ $character = $this->Characters->getCharacterForUserAndSeminary($this->Auth->getUserId(), $seminary['id']); $charactergroups = $this->Charactergroups->getGroupsForCharacter($character['id']); if(!empty($charactergroups)) { - $charactergroup = $stationgroups[0]; + $charactergroup = $charactergroups[0]; } } // Select group by parameter