Skip to content

Commit

Permalink
Dev: Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 8, 2018
1 parent a5c378a commit 480d389
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/controllers/admin/questions.php
Expand Up @@ -515,8 +515,7 @@ public function _editansweroptions($surveyid, $gid, $qid)
'scale_id' => $i,
'language' => $baselang
)) as $answer) {

$oAnswer = new Answer;
$oAnswer = new Answer;
}
$oAnswer->qid = $answer->qid;
$oAnswer->code = $answer->code;
Expand Down

0 comments on commit 480d389

Please sign in to comment.