- Patch #44499 by Neil: missing quotes.
parent
11b9259db0
commit
07c2ef3248
|
@ -686,7 +686,7 @@ function menu_form_alter($form_id, &$form) {
|
|||
$options = menu_parent_options($item['mid'], variable_get('menu_parent_items', 0));
|
||||
|
||||
$form['menu']['pid'] = array(
|
||||
'#type' => select,
|
||||
'#type' => 'select',
|
||||
'#title' => t('Parent item'),
|
||||
'#default_value' => $item['pid'],
|
||||
'#options' => $options,
|
||||
|
|
|
@ -686,7 +686,7 @@ function menu_form_alter($form_id, &$form) {
|
|||
$options = menu_parent_options($item['mid'], variable_get('menu_parent_items', 0));
|
||||
|
||||
$form['menu']['pid'] = array(
|
||||
'#type' => select,
|
||||
'#type' => 'select',
|
||||
'#title' => t('Parent item'),
|
||||
'#default_value' => $item['pid'],
|
||||
'#options' => $options,
|
||||
|
|
Loading…
Reference in New Issue