From 480d3898e1b41a5e8489aaaaa4f0ae7c1ae5b56d Mon Sep 17 00:00:00 2001 From: Olle Haerstedt Date: Thu, 8 Mar 2018 12:16:15 +0100 Subject: [PATCH] Dev: Indentation --- application/controllers/admin/questions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/controllers/admin/questions.php b/application/controllers/admin/questions.php index 07512967157..3d1fb3c83bb 100644 --- a/application/controllers/admin/questions.php +++ b/application/controllers/admin/questions.php @@ -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;