mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-71397-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
21e3cf71bc
@ -1951,7 +1951,7 @@ function glossary_print_categories_menu($cm, $glossary, $hook, $category) {
|
||||
echo get_string("entrieswithoutcategory","glossary");
|
||||
$selected = GLOSSARY_SHOW_NOT_CATEGORISED;
|
||||
|
||||
} elseif ( $hook == GLOSSARY_SHOW_ALL_CATEGORIES ) {
|
||||
} else if ( empty($hook) ) {
|
||||
|
||||
echo get_string("allcategories","glossary");
|
||||
$selected = GLOSSARY_SHOW_ALL_CATEGORIES;
|
||||
|
Loading…
x
Reference in New Issue
Block a user