Closed (fixed)
Project:
Fusion
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Jun 2010 at 04:26 UTC
Updated:
22 Jul 2010 at 20:22 UTC
#567176: Incompatibitily with i18nmenu
if (module_exists('i18nmenu')) {
$vars['primary_links_tree']=i18nmenu_translated_tree(variable_get('menu_primary_links_source', 'primary-links'));
} else {
$vars['primary_links_tree'] = menu_tree(variable_get('menu_primary_links_source', 'primary-links'));
}
Comments
Comment #1
sociotech commentedsinasalek,
Thanks for pointing this out. I'll take a look at adding it to the next release.
Comment #2
sinasalek commentedGreat, tx
Comment #3
sociotech commentedsinasalek,
The fix you suggested is now in the latest dev release of Fusion (dated July 3). Could you try it out and let me know if that fixes things for you?
Thanks.
Comment #4
sociotech commentedFixed in 6.x-1.0 release.
Comment #5
sociotech commentedComment #7
sinasalek commentedLooks like i'm a bit late! thanks @sociotech it works like a charm ;)