Closed (fixed)
Project:
Menu Icons
Version:
7.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2012 at 14:06 UTC
Updated:
25 Oct 2012 at 15:31 UTC
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