Skip to content

Commit

Permalink
Dev: quick fix on baselang
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jul 11, 2017
1 parent c4453c0 commit 9f1bc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/Survey_Common_Action.php
Expand Up @@ -764,7 +764,7 @@ function _surveybar($aData)
/** @var Survey $oSurvey */
$oSurvey = $aData['oSurvey'];
$gid = isset($aData['gid'])?$aData['gid']:null;

$aData['baselang'] = $oSurvey->language;
App()->getClientScript()->registerPackage('js-cookie');

//Parse data to send to view
Expand Down

0 comments on commit 9f1bc31

Please sign in to comment.