correct getting Drop-fields for Questtype ?dragndrop?
This commit is contained in:
parent
e971e3677a
commit
171c1b9897
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue