mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
Merge branch 'MDL-62989-master' of git://github.com/mihailges/moodle
This commit is contained in:
commit
ed0d19e7b9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ $PAGE->set_title($title);
|
|||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading($title);
|
||||
|
||||
$requests = tool_dataprivacy\api::get_data_requests($USER->id);
|
||||
$requests = tool_dataprivacy\api::get_data_requests($USER->id, [], [], 'timecreated DESC');
|
||||
$requestlist = new tool_dataprivacy\output\my_data_requests_page($requests);
|
||||
$requestlistoutput = $PAGE->get_renderer('tool_dataprivacy');
|
||||
echo $requestlistoutput->render($requestlist);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue