Skip to content

Commit

Permalink
Dev: cb4487b child: set $q->language to the actual language when update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jan 21, 2013
1 parent cb4487b commit dcfc106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/frontend_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2608,6 +2608,7 @@ function UpdateSessionQuestion($surveyid, $language)
if($oQuestion){
$_SESSION['survey_'.$surveyid]['questions'][$key]->text=$oQuestion->attributes['question'];
$_SESSION['survey_'.$surveyid]['questions'][$key]->help=$oQuestion->attributes['help'];
$_SESSION['survey_'.$surveyid]['questions'][$key]->language=$language;
}
}
}
Expand Down

0 comments on commit dcfc106

Please sign in to comment.