mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-17677 fixed string locations - patch by Vlas Voloshin; merged from MOODLE_19_STABLE
This commit is contained in:
parent
7f51af40c5
commit
bba9b20e0e
@ -124,11 +124,11 @@ class grade_report_user extends grade_report {
|
||||
if ($this->showrank) {
|
||||
// TODO: this is broken if hidden grades present!!
|
||||
$tablecolumns[] = 'rank';
|
||||
$tableheaders[] = $this->get_lang_string('rank');
|
||||
$tableheaders[] = $this->get_lang_string('rank', 'grades');
|
||||
}
|
||||
|
||||
$tablecolumns[] = 'feedback';
|
||||
$tableheaders[] = $this->get_lang_string('feedback');
|
||||
$tableheaders[] = $this->get_lang_string('feedback', 'grades');
|
||||
|
||||
$this->table = new flexible_table('grade-report-user-'.$this->courseid);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user