mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'MDL-54993' of https://github.com/sk-unikent/moodle
This commit is contained in:
commit
5fd469e921
@ -563,6 +563,8 @@ class document implements \renderable, \templatable {
|
||||
|
||||
$title = $this->is_set('title') ? $this->format_text($this->get('title')) : '';
|
||||
$data = [
|
||||
'componentname' => $componentname,
|
||||
'areaname' => $areaname,
|
||||
'courseurl' => course_get_url($this->get('courseid')),
|
||||
'coursefullname' => format_string($this->get('coursefullname'), true, array('context' => $this->get('contextid'))),
|
||||
'modified' => userdate($this->get('modified')),
|
||||
|
Loading…
x
Reference in New Issue
Block a user