summaryrefslogtreecommitdiffstats
path: root/codebase/Dhtmlx/Connector/DataViewConnector.php
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/Dhtmlx/Connector/DataViewConnector.php')
-rwxr-xr-x[-rw-r--r--]codebase/Dhtmlx/Connector/DataViewConnector.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/codebase/Dhtmlx/Connector/DataViewConnector.php b/codebase/Dhtmlx/Connector/DataViewConnector.php
index 167bd3b..b87ca18 100644..100755
--- a/codebase/Dhtmlx/Connector/DataViewConnector.php
+++ b/codebase/Dhtmlx/Connector/DataViewConnector.php
@@ -17,8 +17,8 @@ class DataViewConnector extends Connector {
name of class which will be used for dataprocessor calls handling, optional, DataProcessor class will be used by default.
*/
public function __construct($res,$type=false,$item_type=false,$data_type=false){
- if (!$item_type) $item_type="DataViewDataItem";
- if (!$data_type) $data_type="DataProcessor";
+ if (!$item_type) $item_type="Dhtmlx\\Connector\\Data\\DataViewDataItem";
+ if (!$data_type) $data_type="Dhtmlx\\Connector\\DataProcessor\\DataProcessor";
parent::__construct($res,$type,$item_type,$data_type);
}