mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Merge branch 'MDL-65549_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
a8d20b0fa9
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class models_list implements \renderable, \templatable {
|
|||
if ($contextid == SYSCONTEXTID) {
|
||||
$contextname = get_string('allpredictions', 'tool_analytics');
|
||||
} else {
|
||||
$contextname = shorten_text($context->get_context_name(true, true), 90);
|
||||
$contextname = shorten_text($context->get_context_name(false, true), 40);
|
||||
}
|
||||
$predictioncontexts[$contextid] = $contextname;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue