#680380 by alpritt: Fixed Shortcut bar not properly adding shortcuts.

merge-requests/26/head
Angie Byron 2010-01-10 22:21:20 +00:00
parent d9125a1a46
commit 4335a60b97
1 changed files with 1 additions and 0 deletions

View File

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