Skip to content

Commit

Permalink
Fixed missing field error on round check
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Aug 22, 2016
1 parent 9232183 commit 1c96806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Gems/Tracker/Engine/TrackEngineAbstract.php
Expand Up @@ -228,7 +228,7 @@ protected function addNewTokens(\Gems_Tracker_RespondentTrack $respTrack, $userI

// $this->t

$sql = "SELECT gro_id_round, gro_id_survey, gro_id_order, gro_round_description
$sql = "SELECT gro_id_round, gro_id_survey, gro_id_order, gro_icon_file, gro_round_description
FROM gems__rounds
WHERE gro_id_track = ? AND
gro_active = 1 AND
Expand Down

0 comments on commit 1c96806

Please sign in to comment.