Fix Javascript error from essay questions on the review page.

This commit is contained in:
tjhunt 2007-12-12 18:10:48 +00:00
parent 5a128471cc
commit d3879eafec

View File

@ -102,7 +102,7 @@ class question_essay_qtype extends default_questiontype {
include("$CFG->dirroot/question/type/essay/display.html");
if ($usehtmleditor) {
if ($usehtmleditor && empty($options->readonly)) {
use_html_editor($inputname);
$htmleditorused = true;
}