question types: MDL-18350 oops missed a bit.

This commit is contained in:
tjhunt
2009-02-25 07:16:57 +00:00
parent cd120b2344
commit 63265f262f
+1 -1
View File
@@ -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();
}