#194174 by webernet: flag DnD modified links as customized, so they can be restored to their original form on the UI
parent
7f85abe0e5
commit
06c886d45b
|
@ -156,6 +156,7 @@ function menu_overview_form_submit($form, &$form_state) {
|
|||
|
||||
// Save all our changed items to the database.
|
||||
foreach ($updated_items as $item) {
|
||||
$item['customized'] = 1;
|
||||
menu_link_save($item);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue