summaryrefslogtreecommitdiffstats
path: root/codebase/Dhtmlx/Connector/GanttConnector.php
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/Dhtmlx/Connector/GanttConnector.php')
-rwxr-xr-x[-rw-r--r--]codebase/Dhtmlx/Connector/GanttConnector.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/codebase/Dhtmlx/Connector/GanttConnector.php b/codebase/Dhtmlx/Connector/GanttConnector.php
index b27d453..84246cd 100644..100755
--- a/codebase/Dhtmlx/Connector/GanttConnector.php
+++ b/codebase/Dhtmlx/Connector/GanttConnector.php
@@ -43,9 +43,9 @@ class GanttConnector extends Connector {
name of class which will be used for rendering.
*/
public function __construct($res,$type=false,$item_type=false,$data_type=false,$render_type=false){
- if (!$item_type) $item_type="GanttDataItem";
- if (!$data_type) $data_type="GanttDataProcessor";
- if (!$render_type) $render_type="RenderStrategy";
+ if (!$item_type) $item_type="Dhtmlx\\Connector\\Data\\GanttDataItem";
+ if (!$data_type) $data_type="Dhtmlx\\Connector\\DataProcessor\\GanttDataProcessor";
+ if (!$render_type) $render_type="Dhtmlx\\Connector\\Output\\RenderStrategy";
parent::__construct($res,$type,$item_type,$data_type,$render_type);
$this->event->attach("afterDelete", array($this, "delete_related_links"));