Skip to content

Commit

Permalink
Dev: Oups for #08515
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jan 7, 2014
1 parent 5d88fbd commit 64cafb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/RegisterController.php
Expand Up @@ -60,7 +60,7 @@ function actionIndex($iSurveyID = null)
$this->redirect(Yii::app()->baseUrl);
}

if ($sLanguage!="" )
if ($sLanguage=="" )
{
$sBaseLanguage = Survey::model()->findByPk($iSurveyID)->language;
}
Expand Down

0 comments on commit 64cafb0

Please sign in to comment.