From 9ff3d4bcf59770261eff5bf5f45863f22f94a640 Mon Sep 17 00:00:00 2001 From: Jonas Rittershofer Date: Tue, 10 Mar 2020 01:21:15 +0100 Subject: [PATCH] Remove unused variable Signed-off-by: Jonas Rittershofer --- lib/Controller/ApiController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Controller/ApiController.php b/lib/Controller/ApiController.php index f143257..2b8e40a 100644 --- a/lib/Controller/ApiController.php +++ b/lib/Controller/ApiController.php @@ -491,7 +491,6 @@ class ApiController extends Controller { } // Update options - $qId = 1; foreach($options['formQuizQuestions'] as $questionElement){ $newQuestion = new Question();