Skip to content

Commit

Permalink
Merge branch 'MDL-26785' of git://github.com/stronk7/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Mar 14, 2011
2 parents 2012d82 + e140197 commit 9fed82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/modedit.php
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
if (get_string_manager()->string_exists('modulename_help', $module->name)) {
echo $OUTPUT->heading_with_help($pageheading, 'modulename', $module->name, 'icon');
} else {
echo $OUTPUT->heading_with_help($pageheading, '', '', 'icon');
echo $OUTPUT->heading_with_help($pageheading, '', $module->name, 'icon');
}

$mform->display();
Expand Down

0 comments on commit 9fed82d

Please sign in to comment.