Skip to content

Commit

Permalink
Fixed issue #8018: Description and welcome sections of Show Logic Fil…
Browse files Browse the repository at this point in the history
…e not translated
  • Loading branch information
c-schmitz committed Oct 9, 2013
1 parent 35b6383 commit 6584c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/expressions/em_manager_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8224,7 +8224,7 @@ static public function ShowSurveyLogicFile($sid, $gid=NULL, $qid=NULL,$LEMdebugL

$LEM =& LimeExpressionManager::singleton();

$aSurveyInfo=getSurveyInfo($sid);
$aSurveyInfo=getSurveyInfo($sid, $_SESSION['LEMlang']);

$allErrors = array();
$warnings = 0;
Expand Down

0 comments on commit 6584c77

Please sign in to comment.