fix status for Stationtype ?multiple choice?

This commit is contained in:
oliver 2016-02-27 17:17:38 +01:00
commit 0cfdaf8f49

View file

@ -112,10 +112,13 @@
} }
// Get status // Get status
$tried = false;
if(!is_null($charactergroup)) {
$tried = $this->Charactergroupsqueststations->hasCharactergroupTriedStation( $tried = $this->Charactergroupsqueststations->hasCharactergroupTriedStation(
$station['id'], $station['id'],
$charactergroup['id'] $charactergroup['id']
); );
}
// Pass data to view // Pass data to view