From 63265f262f25873bb9a51c2e05ea8da3b880d874 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 25 Feb 2009 07:16:57 +0000 Subject: [PATCH] question types: MDL-18350 oops missed a bit. --- question/type/random/questiontype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.39.5