Merge branch MDL-29187-m21 of git://github.com/samhemelryk/moodle
- resolved conflict.
This commit is contained in:
+1
-1
@@ -3578,7 +3578,7 @@ function print_context_name($context, $withprefix = true, $short = false) {
|
||||
if ($withprefix){
|
||||
$name = get_string('category').': ';
|
||||
}
|
||||
$name .=format_string($category->name);
|
||||
$name .= format_string($category->name, true, array('context' => $context));
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user