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 b0955ce commit e26a73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/survey/index.php
Expand Up @@ -160,8 +160,8 @@ function action()
else
{
$clang = $this->_loadLimesurveyLang($sDisplayLanguage);

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

0 comments on commit e26a73e

Please sign in to comment.