Merge branch 'mdl-87479-main' of https://github.com/juancs/moodle
This commit is contained in:
@@ -2228,7 +2228,7 @@ function glossary_print_dynaentry($courseid, $entries, $displayformat = -1) {
|
||||
if (file_exists($formatfile)) {
|
||||
include_once($formatfile);
|
||||
if (function_exists($functionname)) {
|
||||
$functionname($course, $cm, $glossary, $entry,'','','','');
|
||||
$functionname($course, $cm, $glossary, $entry, '', '', 1, '');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user