Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2011 at 16:14 UTC
Updated:
7 Sep 2011 at 17:01 UTC
See the title.
It looks like this is a D6 leftover, no idea why nobody else stumbled over this.
Drupal 7 has $data as the first argument and everything else as an $options array after that. Makes the call look kinda wird, but it works :)
| Comment | File | Size | Author |
|---|---|---|---|
| views_drupal_add_css.patch | 508 bytes | berdir |
Comments
Comment #1
merlinofchaos commentedSetting proper status.
Comment #2
dawehnerA slighly related issue.
#1186016: Tests for Javascript caching
From reading drupal_add_css your patch seems very valid. Commited to 7.x-3.x
Thanks for writing it!