summaryrefslogtreecommitdiffstats
path: root/codebase/Dhtmlx/Connector/TreeGridConnector.php
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/Dhtmlx/Connector/TreeGridConnector.php')
-rwxr-xr-x[-rw-r--r--]codebase/Dhtmlx/Connector/TreeGridConnector.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/codebase/Dhtmlx/Connector/TreeGridConnector.php b/codebase/Dhtmlx/Connector/TreeGridConnector.php
index 38db3c4..f556449 100644..100755
--- a/codebase/Dhtmlx/Connector/TreeGridConnector.php
+++ b/codebase/Dhtmlx/Connector/TreeGridConnector.php
@@ -22,9 +22,9 @@ class TreeGridConnector extends GridConnector {
* name of class which will provides data rendering
*/
public function __construct($res,$type=false,$item_type=false,$data_type=false,$render_type=false){
- if (!$item_type) $item_type="TreeGridDataItem";
- if (!$data_type) $data_type="TreeGridDataProcessor";
- if (!$render_type) $render_type="TreeRenderStrategy";
+ if (!$item_type) $item_type="Dhtmlx\\Connector\\Data\\TreeGridDataItem";
+ if (!$data_type) $data_type="Dhtmlx\\Connector\\DataProcessor\\TreeGridDataProcessor";
+ if (!$render_type) $render_type="Dhtmlx\\Connector\\Output\\TreeRenderStrategy";
parent::__construct($res,$type,$item_type,$data_type,$render_type);
}