MDL-87479 mod_glossary: Manage entries from the showentry page

This commit is contained in:
Juan Segarra Montesinos
2025-12-17 08:13:39 +01:00
parent 5cf0c68c51
commit ea1a7cd7c4
+1 -1
View File
@@ -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, '');
}
}
}