using menu_block with the i18n module in the Drupal 7 gives the following error:

Fatal error: Call to undefined function i18nmenu_localize_tree() in /var/www/domain/sites/all/modules/menu_block/menu_block.module on line 280

I noticed that the name of the method is wrong:
i18nmenu_localize_tree($tree);
the correct name of method is:
i18n_menu_localize_tree($tree);

Comments

Dave Reid’s picture

Version: 7.x-2.2 » 7.x-2.x-dev

This should already be fixed in 7.x-2.x.

Status: Fixed » Closed (fixed)

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