Skip to content

Commit

Permalink
Fixed issue #8429: {LANG} Attribute not updated when changing languag…
Browse files Browse the repository at this point in the history
…e on survey list page
  • Loading branch information
c-schmitz committed Dec 6, 2013
1 parent a3e6eb4 commit 507fa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/survey/index.php
Expand Up @@ -187,7 +187,7 @@ function action()
else
{
$clang = $this->_loadLimesurveyLang($sDisplayLanguage);

Yii::app()->session['s_lang']=$clang->langcode;
$languagechanger = makeLanguageChanger($clang->langcode);
//Find out if there are any publicly available surveys
$query = "SELECT sid, surveyls_title, publicstatistics, language
Expand Down

0 comments on commit 507fa95

Please sign in to comment.