show submitted values for tried Station tasks

This commit is contained in:
oliver 2016-02-27 16:54:27 +01:00
commit b511a960c8
7 changed files with 104 additions and 5 deletions

View file

@ -225,7 +225,7 @@
$task = null;
$stationtype = $this->Stationtypes->getStationtypeById($station['stationtype_id']);
if(!is_null($stationtype['classname'])) {
$task = $this->renderTask($stationtype['classname'], $seminary, $groupsgroup, $quest, $station, $charactergroup);
$task = $this->renderTask($stationtype['classname'], $seminary, $groupsgroup, $quest, $station, $stationgroup);
}
else
{