Skip to content
Snippets Groups Projects
Commit d58a0aa5 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#77402 by Zacker, fix the node type checkboxes on vocabulary editing.

parent 0aee20e6
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ function taxonomy_form_vocabulary($edit = array()) {
$form['nodes'] = array('#type' => 'checkboxes',
'#title' => t('Types'),
'#default_value' => $edit['nodes'],
'#options' => node_get_types(),
'#options' => node_get_types('names'),
'#description' => t('A list of node types you want to associate with this vocabulary.'),
'#required' => TRUE,
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment