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

jvandervort’s picture

Status: Active » Fixed

Good 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.

raleigh.thompson’s picture

Thanks for the quick response.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.