Merge branch 'MDL-35133_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user