fix Undefined property: stdClass::$displaynext in mod\hotpot\lib.php on line 356

This commit is contained in:
gbateson 2008-01-28 00:49:58 +00:00
parent 2b214bc1dc
commit c5d7d04624

View File

@ -336,6 +336,8 @@ function hotpot_set_form_values(&$hotpot) {
default:
// use Moodle default action (i.e. go on to display the hotpot quiz)
}
} else {
$hotpot->displaynext = HOTPOT_DISPLAYNEXT_QUIZ;
}
// if ($ok && $hotpot->setdefaults) {