Index: open_flash_chart_api.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/open_flash_chart_api/Attic/open_flash_chart_api.module,v
retrieving revision 1.1.4.7.2.7
diff -u -p -r1.1.4.7.2.7 open_flash_chart_api.module
--- open_flash_chart_api.module	5 May 2010 20:39:19 -0000	1.1.4.7.2.7
+++ open_flash_chart_api.module	22 Sep 2010 13:14:06 -0000
@@ -88,7 +88,7 @@ function open_flash_chart_api_open_flash
  * String containing HTML code and JavaScript to display the chart.
  */
 function open_flash_chart_api_render($chart = 'open_flash_chart_api_sample', $width = 400, $height = 250, $flash_params = array(), $data_params = array()) {
-  $swf = url(base_path() . variable_get('open_flash_chart_api_library_path', 'sites/all/libraries/ofcv2') . '/open-flash-chart.swf');
+  $swf = url(variable_get('open_flash_chart_api_library_path', 'sites/all/libraries/ofcv2') . '/open-flash-chart.swf');
   $id = ofc_api_unique_id();
 
   // Call hook_open_flash_chart_api_data() to get all function names that will return chart data
@@ -398,4 +398,4 @@ function open_flash_chart_api_sample($ca
 
   // return chart object
   return $chart;
-}
\ No newline at end of file
+}
