On line 224 of fasttoggle.module the $type and $media arguments for the drupal_add_css function are given as null. These should probably be given proper values, like in the following example:
drupal_add_css(drupal_get_path('module', 'fasttoggle') .'/fasttoggle.css', 'module', 'all', false);
Unless there is a good reason to pass null values instead...
Comments
Comment #1
dboulet commentedComment #2
gregglesFixed here - http://drupal.org/cvs?commit=78998
Right?
@kkaeffer - I'd say this is worth rolling a 5.x-1.1. It makes sites with css aggregation serve 3 css files instead of 1.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.