Skip to content
Snippets Groups Projects
Commit e9565463 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1237290 by e-anima, dereine, xjm: menu path length fix.

parent a625ce4c
No related branches found
No related tags found
No related merge requests found
......@@ -286,6 +286,7 @@ function menu_edit_item($form, &$form_state, $type, $item, $menu) {
$form['link_path'] = array(
'#type' => 'textfield',
'#title' => t('Path'),
'#maxlength' => 255,
'#default_value' => $path,
'#description' => t('The path for this menu link. This can be an internal Drupal path such as %add-node or an external URL such as %drupal. Enter %front to link to the front page.', array('%front' => '<front>', '%add-node' => 'node/add', '%drupal' => 'http://drupal.org')),
'#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