mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-9599 Glossary terms revert back to 'Not categorized' when using categories, patch by Alexander Pavlyutin
This commit is contained in:
parent
dc6ef09c49
commit
22f3e58605
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class mod_glossary_entry_form extends moodleform {
|
|||
$categories = array(0 => get_string('notcategorised', 'glossary'));
|
||||
}
|
||||
|
||||
$categoriesEl = $mform->addElement('select', 'categories', get_string('categories', 'glossary'), $categories);
|
||||
$categoriesEl =& $mform->addElement('select', 'categories', get_string('categories', 'glossary'), $categories);
|
||||
$categoriesEl->setMultiple(true);
|
||||
$categoriesEl->setSize(5);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue