[ticket/565] Properly create select box for multiple options
B3P-565
This commit is contained in:
@@ -191,7 +191,7 @@ class attachments extends module_base
|
||||
|
||||
$selected = $this->get_selected_filetypes($module_id);
|
||||
|
||||
return $this->helper->generate_select_box($key, $extensions, $selected);
|
||||
return $this->helper->generate_select_box($key, $extensions, $selected, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user