summaryrefslogtreecommitdiffstats
path: root/codebase/Dhtmlx/Connector/JSONDataConnector.php
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/Dhtmlx/Connector/JSONDataConnector.php')
-rwxr-xr-x[-rw-r--r--]codebase/Dhtmlx/Connector/JSONDataConnector.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/Dhtmlx/Connector/JSONDataConnector.php b/codebase/Dhtmlx/Connector/JSONDataConnector.php
index 2b4b3ca..4d0d929 100644..100755
--- a/codebase/Dhtmlx/Connector/JSONDataConnector.php
+++ b/codebase/Dhtmlx/Connector/JSONDataConnector.php
@@ -6,7 +6,7 @@ class JSONDataConnector extends DataConnector {
public function __construct($res,$type=false,$item_type=false,$data_type=false,$render_type=false){
if (!$item_type) $item_type="Dhtmlx\\Connector\\Data\\JSONCommonDataItem";
- if (!$data_type) $data_type="Dhtmlx\\Connector\\Data\\CommonDataProcessor";
+ if (!$data_type) $data_type="Dhtmlx\\Connector\\DataProcessor\\CommonDataProcessor";
if (!$render_type) $render_type="Dhtmlx\\Connector\\Output\\JSONRenderStrategy";
$this->data_separator = ",\n";
parent::__construct($res,$type,$item_type,$data_type,$render_type);