Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
9.82 KB
MD5: 13dd0b8d919bd656f5ee7c3091425838
SHA-1: b8b04f5526b6e1d28a5623ed817891414701baf8
SHA-256: ca166a4c74764d579716625016a8430651aa6b26955acc78e4911a16db3b2c5e
Download zip
11.14 KB
MD5: 2913e7413fb03d5b8410ddc91b7cd775
SHA-1: 47604c71e4634f68c7fa6b68916597d47d09a7f9
SHA-256: 749a01b4ea59ee7c656479af1ac01573daf921f3363b6d4d3f9c7326241dcc1e
Release notes
ordermind: Fixed issue where translating a node after selecting the option to create a new link if there is none already causes a db error because $item['weight'] is null in menu_link_save(). The cause is probably in i18nsync, but I added a simple hook_menu_link_alter() that checks if $item['weight'] is null and, if so, changes it to 0.