Skip to content

Commit

Permalink
Fixed issue #13490: GID placeholderfield missing sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed May 30, 2018
1 parent df1af8e commit 540cad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -373,6 +373,7 @@ public function run($surveyid, $args)
$aStandardsReplacementFields['SGQ'] = $qa[7];
$aStandardsReplacementFields['GROUPNAME'] = $this->groupname;
$aStandardsReplacementFields['QUESTION_CODE'] = $qa[0]['code'];
$aStandardsReplacementFields['GID'] = $qinfo['info']['gid'];
}

// easier to understand for survey maker
Expand Down

0 comments on commit 540cad9

Please sign in to comment.