Skip to content

Commit

Permalink
Dev: Adding gid information to #09554
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Mar 6, 2015
1 parent 9618b2f commit f01ccfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/helpers/replacements_helper.php
Expand Up @@ -242,6 +242,8 @@ function templatereplace($line, $replacements = array(), &$redata = array(), $de
$event->set('type', $question['type']);
$event->set('code', $question['code']);
$event->set('qid', $question['qid']);
$event->set('gid', $question['gid']);

$event->set('answers',isset($answer) ? $answer : null);
$event->set('questionhelp',isset($help) ? $help : null);

Expand Down

0 comments on commit f01ccfb

Please sign in to comment.