From 9a367a8354559353b18f4323b19171e75671de08 Mon Sep 17 00:00:00 2001 From: oliver Date: Fri, 17 Apr 2015 21:29:54 +0200 Subject: [PATCH] correct getting Drop-fields for Questtype ?dragndrop? --- questtypes/dragndrop/DragndropQuesttypeController.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questtypes/dragndrop/DragndropQuesttypeController.inc b/questtypes/dragndrop/DragndropQuesttypeController.inc index 9a1290a7..b2569237 100644 --- a/questtypes/dragndrop/DragndropQuesttypeController.inc +++ b/questtypes/dragndrop/DragndropQuesttypeController.inc @@ -149,7 +149,7 @@ // Get Drops $drops = array(); if(!is_null($dndField)) { - $this->Dragndrop->getDrops($dndField['quest_id']); + $drops = $this->Dragndrop->getDrops($dndField['quest_id']); } // Get Character answers