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

This commit is contained in:
Eloy Lafuente (stronk7) 2012-09-03 17:47:33 +02:00
commit 1cdcfb7813

View File

@ -6676,7 +6676,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;