diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/shortcut/shortcut.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shortcut/shortcut.module b/modules/shortcut/shortcut.module index 00c40597f..a8c24651b 100644 --- a/modules/shortcut/shortcut.module +++ b/modules/shortcut/shortcut.module @@ -272,6 +272,7 @@ function shortcut_set_save(&$shortcut_set) { // since other modules may make them editable via the menu system. // However, we do need to specify the correct menu name. $link['menu_name'] = $shortcut_set->set_name; + $link['plid'] = 0; menu_link_save($link); } // Make sure that we have a return value, since if the links were updated |