mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-68341 core_table: fix wrong participanttablehtml variable name
This commit is contained in:
parent
ad176d6f0a
commit
fb17c31c46
4
lib/table/classes/external/dynamic/fetch.php
vendored
4
lib/table/classes/external/dynamic/fetch.php
vendored
@ -227,11 +227,11 @@ class fetch extends external_api {
|
||||
|
||||
ob_start();
|
||||
$instance->out($pagesize, true);
|
||||
$participanttablehtml = ob_get_contents();
|
||||
$tablehtml = ob_get_contents();
|
||||
ob_end_clean();
|
||||
|
||||
return [
|
||||
'html' => $participanttablehtml,
|
||||
'html' => $tablehtml,
|
||||
'warnings' => []
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user