Skip to content

Commit

Permalink
Fixed issue #8585: Data corruption after adding questions to a multil…
Browse files Browse the repository at this point in the history
…ingual survey
  • Loading branch information
c-schmitz committed Jan 26, 2014
1 parent bdb63d0 commit 390642a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/database.php
Expand Up @@ -421,7 +421,7 @@ function index($sa = null)
{
$langqid=0;
$oQuestion= new Question;
$oQuestion->sid = $iQuestionID;
$oQuestion->qid = $iQuestionID;
$oQuestion->sid = $iSurveyID;
$oQuestion->gid = $iQuestionGroupID;
$oQuestion->type = Yii::app()->request->getPost('type');
Expand Down

0 comments on commit 390642a

Please sign in to comment.