Skip to content

Commit

Permalink
MDL-47494 ddimageortext: Remove redundant line of code. Hints are aut…
Browse files Browse the repository at this point in the history
…omatically output anyway.
  • Loading branch information
timhunt authored and jamiepratt committed Dec 2, 2011
1 parent f8f8163 commit 6c6fc62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion question/type/ddimageortext/questiontype.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ public function export_to_xml($question, $format, $extra = null) {
$output .= $format->write_combined_feedback($question->options,
$question->id,
$question->contextid);
$output .= $format->write_hints($question);
$files = $fs->get_area_files($contextid, 'qtype_ddimageortext', 'bgimage', $question->id);
$output .= " ".$this->write_files($files, 2)."\n";;

Expand Down

0 comments on commit 6c6fc62

Please sign in to comment.