Closed (fixed)
Project:
ICanLocalize Translator
Version:
6.x-1.26
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2010 at 00:53 UTC
Updated:
17 Sep 2010 at 05:10 UTC
Found a tiny error that keeps causing a page not found error.
icl_core.module - icl_core_add_thickbox()
drupal_add_css(drupal_get_path('module', 'icl_core').'/css/thickbox_is.css');
Should be
drupal_add_css(drupal_get_path('module', 'icl_core').'/css/thickbox_ie.css');
Comments
Comment #1
brucepearson commentedThank you for reporting this. I've committed the fix and will do a new release early next week.