Closed (fixed)
Project:
Open Flash Chart API
Version:
6.x-2.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2009 at 16:55 UTC
Updated:
27 Jan 2009 at 19:00 UTC
When working with a line object directly I'm having problems assigning a key.
The key method of the line class is making a call to the graph::esc function. PHP can't find the graph class.
To see source look in the open_flash_chart_api.module at line 1177. [ Line 1177 text: $this->key = graph::esc( $key ); ]
I'm running XAMPP for Windows Version 1.6.8 with PHP Version 5.2.6.
What is the purpose of the graph class?
Thanks
Comments
Comment #1
jvandervort commentedGood question. graph:: should not be in there at all. All occurrences of graph:: should be open_flash_chart_api::
Fixed in tonight's dev snapshot.
Comment #2
raleigh.thompson commentedThanks for the quick response.