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