Skip to content

Commit

Permalink
Dev: turned language changer to data mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Feb 20, 2017
1 parent b01b1e0 commit 67a61d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/frontend_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ function display_first_page() {
$movenextbutton = $aNavigator['sMoveNextButton'];
$navigator = $moveprevbutton.' '.$movenextbutton;
$sitename = Yii::app()->getConfig('sitename');
$languagechanger = makeLanguageChangerSurvey(App()->language);
$languagechanger = makeLanguageChangerSurvey(App()->language, true, true);

// Template init
$oTemplate = Template::model()->getInstance('', $surveyid);
Expand Down

0 comments on commit 67a61d7

Please sign in to comment.