mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-24542 filter_urltolink now whitelisted as standard filter
This commit is contained in:
parent
062b4110d4
commit
b47eb9a1a1
1 changed files with 2 additions and 1 deletions
|
@ -6040,7 +6040,8 @@ function print_plugin_tables() {
|
|||
'mediaplugin',
|
||||
'multilang',
|
||||
'tex',
|
||||
'tidy');
|
||||
'tidy',
|
||||
'urltolink');
|
||||
|
||||
$plugins_installed = array();
|
||||
$installed_mods = $DB->get_records('modules', null, 'name');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue