]> git.mjollnir.org Git - moodle.git/commitdiff
question types: MDL-18350 oops missed a bit.
authortjhunt <tjhunt>
Wed, 25 Feb 2009 07:16:57 +0000 (07:16 +0000)
committertjhunt <tjhunt>
Wed, 25 Feb 2009 07:16:57 +0000 (07:16 +0000)
question/type/random/questiontype.php

index 0516c2845b51ea17242a37147627f94e2b8fd150..b5dfe69a8dd9870ffbc2ad9677d0af7657089304 100644 (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();
     }