Skip to content
Snippets Groups Projects
Commit f972b65b authored by Stevel's avatar Stevel Committed by olstjos
Browse files

Issue #2848806 by martin_q, Stevel: revert commit 307b54dc from oct22, 2016...

Issue #2848806 by martin_q, Stevel: revert commit 307b54dc from oct22, 2016 - Menu translation broken in 1.14/15 when editing 3 or more translations
parent 0207a223
No related branches found
Tags 7.x-1.16
No related merge requests found
......@@ -198,7 +198,6 @@ function i18n_menu_menu_link_alter(&$item) {
// We just make sure every link has a valid language property.
if (!i18n_object_langcode($item)) {
$item['language'] = LANGUAGE_NONE;
$item['i18n_tsid'] = 0;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment