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 authored and TonisOrmisson committed Jul 14, 2017
1 parent a0e92dd commit a51d9bf
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 a51d9bf

Please sign in to comment.