Anonymous functions are PHP 5.3 only and right now running the module on PHP 5.2 (which is fully supported by Drupal 7) you get the following fatal error: T_FUNCTION in sites/all/modules/menu_icons/menu_icons.module on line 351.
Anonymous functions are PHP 5.3 only and right now running the module on PHP 5.2 (which is fully supported by Drupal 7) you get the following fatal error: T_FUNCTION in sites/all/modules/menu_icons/menu_icons.module on line 351.
Comments
Comment #1
acrollet commentedComment #2
acrollet commentedThis should be fixed in http://drupalcode.org/project/menu_icons.git/commit/e155663. I don't have a php 5.2 test environment set up, but I think it should be able to handle a switch :)
Comment #3
acrollet commented