mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
gradebook MDL-23042 missing help topic being reported due to incorrect component name
This commit is contained in:
parent
dab61f9af9
commit
3f781a221c
@ -902,7 +902,7 @@ class grade_edit_tree_column_aggregateoutcomes extends grade_edit_tree_column_ca
|
||||
$headercell = clone($this->headercell);
|
||||
$headercell->style .= 'width: 40px;';
|
||||
$headercell->text = get_string('aggregateoutcomes', 'grades')
|
||||
.$OUTPUT->help_icon('aggregateoutcomes', 'grade');
|
||||
.$OUTPUT->help_icon('aggregateoutcomes', 'grades');
|
||||
return $headercell;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user