diff --git a/core/modules/menu/lib/Drupal/menu/MenuFormController.php b/core/modules/menu/lib/Drupal/menu/MenuFormController.php index e8c461e..0b9fff4 100644 --- a/core/modules/menu/lib/Drupal/menu/MenuFormController.php +++ b/core/modules/menu/lib/Drupal/menu/MenuFormController.php @@ -35,7 +35,6 @@ public function form(array $form, array &$form_state) { '#default_value' => $menu->id(), '#maxlength' => MENU_MAX_MENU_NAME_LENGTH_UI, '#description' => t('A unique name to construct the URL for the menu. It must only contain lowercase letters, numbers and hyphens.'), - '#field_prefix' => 'menu-', '#machine_name' => array( 'exists' => 'menu_edit_menu_name_exists', 'source' => array('label'),