Skip to content

Commit

Permalink
Fixed issue #7264: Survey logic file: language problem
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 2, 2013
1 parent ec777f7 commit 46c032b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -104,6 +104,7 @@

SetSurveyLanguage($surveyid, $language);
LimeExpressionManager::SetDirtyFlag();
Yii::app()->lang=new limesurvey_lang(Yii::app()->session['adminlang']);
$result = LimeExpressionManager::ShowSurveyLogicFile($surveyid, $gid, $qid,$LEMdebugLevel,$assessments);
print $result['html'];

Expand Down

0 comments on commit 46c032b

Please sign in to comment.