Merge branch 'MDL-35133_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2012-09-03 17:48:12 +02:00
+1 -1
View File
@@ -6419,7 +6419,7 @@ class context_module extends context {
if ($withprefix){
$name = get_string('modulename', $cm->modname).': ';
}
$name .= $mod->name;
$name .= format_string($mod->name, true, array('context' => $this));
}
}
return $name;