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

dboulet’s picture

Version: 5.x-1.x-dev » 5.x-1.0
greggles’s picture

Status: Active » Fixed

Fixed 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.