Merge branch 'MDL-39283' of git://github.com/jmvedrine/moodle

This commit is contained in:
Dan Poltawski 2013-04-24 14:33:00 +01:00
commit ba26ed9cac
2 changed files with 10 additions and 9 deletions

View file

@ -763,10 +763,6 @@ class qformat_gift extends qformat_default {
// Check for plugins
if ($out = $this->try_exporting_using_qtypes($question->qtype, $question)) {
$expout .= $out;
} else {
$expout .= "Question type $question->qtype is not supported\n";
echo $OUTPUT->notification(get_string('nohandler', 'qformat_gift',
question_bank::get_qtype_name($question->qtype)));
}
}