Skip to content

Commit

Permalink
Fixed issue #12513: "All-in-one" not working
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jul 26, 2017
1 parent a6f7d7b commit 6d84b63
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -325,11 +325,6 @@ public function run($surveyid,$args)
// one entry per QID
foreach ($qanda as $qa) {

// Test if finalgroup is in this qid (for all in one survey, else we do only qanda for needed question (in one by one or group by goup)
if ($gid != $qa['finalgroup']) {
continue;
}

$qid = $qa[4];
$qinfo = LimeExpressionManager::GetQuestionStatus($qid);
$lemQuestionInfo = LimeExpressionManager::GetQuestionStatus($qid);
Expand Down

0 comments on commit 6d84b63

Please sign in to comment.