Index: wysiwyg.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/wysiwyg/wysiwyg.module,v retrieving revision 1.46 diff -u -p -r1.46 wysiwyg.module --- wysiwyg.module 18 Oct 2010 21:57:48 -0000 1.46 +++ wysiwyg.module 17 Nov 2010 16:57:01 -0000 @@ -560,7 +560,7 @@ function wysiwyg_get_css() { $files = array(); foreach (drupal_add_css() as $filepath => $info) { - if ($info['weight'] >= CSS_THEME && $info['media'] != 'print') { + if ($info['group'] >= CSS_THEME && $info['media'] != 'print') { if (file_exists($filepath)) { $files[] = base_path() . $filepath; }