mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
enrol MDL-23688 added missing argument to table::set_fields
This commit is contained in:
parent
b05a5e741a
commit
9f49935eff
@ -76,7 +76,7 @@ $fields = array(
|
||||
'lastseen' => get_string('lastaccess'),
|
||||
'role' => get_string('roles', 'role')
|
||||
);
|
||||
$table->set_fields($fields);
|
||||
$table->set_fields($fields, $OUTPUT);
|
||||
|
||||
//$users = $manager->get_other_users($table->sort, $table->sortdirection, $table->page, $table->perpage);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user