Skip to content

Commit

Permalink
Fixed issue: L10ns must be init without qid not gid
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-foster-uk committed May 16, 2024
1 parent 5c62503 commit 98b3254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private function storeNewQuestionData($data = null, $subQuestion = false)

$question = $this->saveQuestionData($data, $questionGroupId);

$this->initL10nService($survey, $question->gid);
$this->initL10nService($survey, $question->qid);

return $question;
}
Expand Down

0 comments on commit 98b3254

Please sign in to comment.