mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-35133' of git://github.com/timhunt/moodle
This commit is contained in:
commit
1cdcfb7813
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user