mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-65033 mod_forum: Pass the favourites into the exporter
Query and pass the favouriting information into the exporter instead of within the exporter itself
This commit is contained in:
parent
8885cd573a
commit
13cd05ac14
22 changed files with 268 additions and 112 deletions
|
@ -356,6 +356,7 @@ class icon_system_fontawesome extends icon_system_font {
|
|||
'core:t/edit' => 'fa-cog',
|
||||
'core:t/emailno' => 'fa-ban',
|
||||
'core:t/email' => 'fa-envelope-o',
|
||||
'core:t/emptystar' => 'fa-star-o',
|
||||
'core:t/enrolusers' => 'fa-user-plus',
|
||||
'core:t/expanded' => 'fa-caret-down',
|
||||
'core:t/go' => 'fa-play',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue