#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

sociotech’s picture

Assigned: Unassigned » sociotech

sinasalek,

Thanks for pointing this out. I'll take a look at adding it to the next release.

sinasalek’s picture

Great, tx

sociotech’s picture

Status: Active » Needs review

sinasalek,

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.

sociotech’s picture

Fixed in 6.x-1.0 release.

sociotech’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

sinasalek’s picture

Looks like i'm a bit late! thanks @sociotech it works like a charm ;)