mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fix Eclipse warnings.
This commit is contained in:
parent
080314b8bb
commit
07d8d530f5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class question_essay_qtype extends default_questiontype {
|
|||
return $result;
|
||||
}
|
||||
} else {
|
||||
unset($answer);
|
||||
$answer = new stdClass;
|
||||
$answer->question = $question->id;
|
||||
$answer->answer = $question->feedback;
|
||||
$answer->feedback = $question->feedback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue