Skip to content

Commit

Permalink
Dev: Fixed RemoteControl2::set_question_properties() invokation to Qu…
Browse files Browse the repository at this point in the history
…estion::model()->updateQuestionOrder.
  • Loading branch information
gabrieljenik committed Feb 25, 2015
1 parent 25d0dea commit 47577e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/remotecontrol/remotecontrol_handle.php
Expand Up @@ -1497,7 +1497,7 @@ public function set_question_properties($sSessionKey, $iQuestionID, $aQuestionDa
try
{
$bSaveResult=$oQuestion->save(); // save the change to database
Question::model()->updateQuestionOrder($oQuestion->gid, $oQuestion->sid);
Question::model()->updateQuestionOrder($oQuestion->gid, $oQuestion->language);
$aResult[$sFieldName]=$bSaveResult;
//unset fields that failed
if (!$bSaveResult)
Expand Down

0 comments on commit 47577e4

Please sign in to comment.