- Patch #44499 by Neil: missing quotes.

4.7.x
Dries Buytaert 2006-01-13 07:34:46 +00:00
parent 11b9259db0
commit 07c2ef3248
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,