mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-64695 privacy: filter site fullname in data export.
This commit is contained in:
parent
6aacd8d6d1
commit
07dc0cad34
@ -665,7 +665,7 @@ class moodle_content_writer implements content_writer {
|
||||
$navigationpage = new \core_privacy\output\exported_navigation_page(current($richtree));
|
||||
$navigationhtml = $output->render_navigation($navigationpage);
|
||||
|
||||
$systemname = $SITE->fullname;
|
||||
$systemname = format_string($SITE->fullname, true, ['context' => \context_system::instance()]);
|
||||
$fullusername = fullname($USER);
|
||||
$siteurl = $CFG->wwwroot;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user