mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Fix for bug 2750
This commit is contained in:
parent
f52d48db38
commit
c6f99d9640
@ -48,7 +48,7 @@
|
||||
echo '<div align="right">';
|
||||
print_string("formattexttype");
|
||||
echo ": ";
|
||||
if (!$question->questiontextformat) {
|
||||
if (empty($question->questiontextformat)) {
|
||||
$question->questiontextformat = FORMAT_MOODLE;
|
||||
}
|
||||
choose_from_menu(format_text_menu(), "questiontextformat", $question->questiontextformat, "");
|
||||
|
Loading…
x
Reference in New Issue
Block a user