Closed (fixed)
Project:
Site map
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2011 at 17:54 UTC
Updated:
19 Jul 2011 at 23:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
fjen commentedThis makes it work for 7.x-1.0-beta1 (around line 291):
if (module_exists('i18n_menu')) {
$tree = i18n_menu_localize_tree($tree, $language->language);
}
Comment #2
frjo commentedThanks for finding this bug, i18n has changed from Drupal 6 to 7 and Site map needs to be updated to fix this.
Please try out this patch and report back your results here.
I also attempted to fix the support for i18n_taxonomy.
Comment #3
ataimist commentedDon't know about taxonomy (the site I tested this in doesn't use it), but otherwise this patch seems to work.
Comment #4
frjo commentedCommitted to 7-dev.