Skip to content

Commit

Permalink
MDL-18390 - now correctly looks up name of questiontype from language…
Browse files Browse the repository at this point in the history
… pack

Merged from STABLE19
  • Loading branch information
thepurpleblob committed Mar 11, 2009
1 parent 1263a0f commit f040135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/format/gift/format.php
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ function writequestion( $question ) {
}
else {
$expout .= "Question type $question->qtype is not supported\n";
notify( get_string('nohandler','qformat_gift',$question->qtype ) );
notify( get_string('nohandler','qformat_gift',get_string($question->qtype,'quiz') ) );
}
}
// add empty line to delimit questions
Expand Down

0 comments on commit f040135

Please sign in to comment.