Closed (fixed)
Project:
Menu Icons
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2012 at 01:07 UTC
Updated:
13 Mar 2012 at 01:20 UTC
The image module in D7 core handles everything that was done by the imagecache module in D6. This code still references the imagecache module, and needs to be updated. An example:
if (in_array($form_id, array('imagecache_ui_preset_form', 'imagecache_ui_action_form', 'imagecache_ui_preset_flush_form', 'imagecache_ui_preset_delete_form', 'menu_icons_admin_settings'))) {
$form['#submit'][] = 'menu_icons_css_generate';
}
Comments
Comment #1
acrollet commentedExcellent point - fixed & committed in http://drupalcode.org/project/menu_icons.git/commit/8c9b5d9