Needs review
Project:
Charts and Graphs
Version:
6.x-2.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2011 at 13:05 UTC
Updated:
10 Oct 2011 at 13:24 UTC
Inspired by http://drupal.org/node/879992
Change #459:
$file = url(
"${mod_path}/downloaded/${am_category}.swf",
array('absolute' => TRUE)
);
to:
$file = $base_url .'/'. $mod_path ."/downloaded/${am_category}.swf";
Add #192:
global $base_url;
Sorry I can't profide patch
Comments
Comment #1
hanskuiters commentedAddition: change all the above in charts_graphs_amcharts.class.inc
Comment #1.0
hanskuiters commentedAdded #192