Dataview_connector: undefined variable "start"

I’m loading data to a Chart using the ChartConnector. Every time it runs, I get a notice message in my PHP error log:

PHP Notice:  Undefined variable: start in Path\To\connector\v2.0\dataview_connector.php on line 63

It looks like it’s trying to close the XML starting tag, but isn’t finding the $start variable.

My data loads fine, I just don’t want to fill up my PHP error log with these notices.

Please update the codebase with latest build from github, it will resolve the issue.

github.com/dhtmlx/connector-php