The version 6.x-2.1-beta2 of nice menus which includes superfish breaks this module. Where it breaks is on line 147 theme('nice_menu_build', $menu), nice menus module has changed the theme name so it should now be theme('nice_menus_build', $menu) with the 's' in menus.
Comments
Comment #1
thetoast commentedComment #2
maxrys commentedThis module was writen for NiceMenus 6.x-1.3+ (not for 6.x-2.X).
Comment #3
thetoast commentedok that's fine, also sorry I didn't realise someone else also posted the same issue here http://drupal.org/node/818088 . Atleast if someone else get's the error message when upgrading their nice_menus to 6.x-2.X they'll know what's causing it. I guess you'll be updating your module once 6.x-2.X is out of beta? Unless the maintainer of nice_menus will put back the orginally theme name so it doesn't break your module. Great module by the way :)