Closed (fixed)
Project:
Charts and Graphs
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Aug 2010 at 12:40 UTC
Updated:
25 Aug 2010 at 13:00 UTC
Two problems here..
- url() should not be used for the .swf file because it's a real file and not a drupal path. Because that function will prefix the URL with a language prefix and therefore won't find the file anymore
- On the other hand, the data path can be simplified by using url().
See attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| fix_path_when_using_lang_prefix.patch | 1.8 KB | berdir |
Comments
Comment #1
rsevero commentedIt looks neat. Applied with http://drupal.org/cvs?commit=405460
Thanks for the report and patch.