From: tjhunt Date: Wed, 25 Feb 2009 07:16:57 +0000 (+0000) Subject: question types: MDL-18350 oops missed a bit. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=63265f262f25873bb9a51c2e05ea8da3b880d874;p=moodle.git question types: MDL-18350 oops missed a bit. --- diff --git a/question/type/random/questiontype.php b/question/type/random/questiontype.php index 0516c2845b..b5dfe69a8d 100644 --- a/question/type/random/questiontype.php +++ b/question/type/random/questiontype.php @@ -89,7 +89,7 @@ class random_qtype extends default_questiontype { function display_question_editing_page(&$mform, $question, $wizardnow){ $heading = $this->get_heading(empty($question->id)); - print_heading_with_help($heading, $this->name(), $langmodule); + print_heading_with_help($heading, $this->name(), $this->plugin_name()); $mform->display(); }