diff --git a/mod/glossary/view.php b/mod/glossary/view.php index 3bfc417a7c5..d875012c437 100644 --- a/mod/glossary/view.php +++ b/mod/glossary/view.php @@ -262,7 +262,7 @@ } else { echo ' '; } - if ($fullsearch) { + if ($fullsearch || $mode != 'search') { $fullsearchchecked = 'checked="checked"'; } else { $fullsearchchecked = '';