correct getting Drop-fields for Questtype ?dragndrop?
This commit is contained in:
parent
3ce0a6d710
commit
9a367a8354
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