[ticket/565] Properly create select box for multiple options

B3P-565
This commit is contained in:
Marc Alexander
2015-06-04 22:14:57 +02:00
parent c6767fa9f2
commit a832bea536
3 changed files with 9 additions and 12 deletions

View File

@@ -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);
}
/**