- Patch #1271026 by swentel: name of shortcut should be required.

8.0.x
Dries Buytaert 2011-09-24 21:58:05 +02:00
parent 6fd99dba80
commit 530af413d0
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@ function _shortcut_link_form_elements($shortcut_link = NULL) {
'#size' => 40,
'#maxlength' => 255,
'#default_value' => $shortcut_link['link_title'],
'#required' => TRUE,
);
$form['shortcut_link']['link_path'] = array(