summaryrefslogtreecommitdiffstats
path: root/codebase/Dhtmlx/Connector/Connector.php
diff options
context:
space:
mode:
authorEgor <egor.26.93@gmail.com>2015-06-18 16:02:50 +0300
committerEgor <egor.26.93@gmail.com>2015-06-18 16:02:50 +0300
commita0dc94dd471be520a280db2a9807ab7d40b7bbee (patch)
tree7696b369662853fba5979531928ce75831ce7a52 /codebase/Dhtmlx/Connector/Connector.php
parent4545f686b060fff791bca679f9fcc6512a666e60 (diff)
downloadconnector-php-a0dc94dd471be520a280db2a9807ab7d40b7bbee.zip
connector-php-a0dc94dd471be520a280db2a9807ab7d40b7bbee.tar.gz
connector-php-a0dc94dd471be520a280db2a9807ab7d40b7bbee.tar.bz2
Fixed bug with xml processing in gantt.
Diffstat (limited to 'codebase/Dhtmlx/Connector/Connector.php')
-rwxr-xr-xcodebase/Dhtmlx/Connector/Connector.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/Dhtmlx/Connector/Connector.php b/codebase/Dhtmlx/Connector/Connector.php
index ec8ae9a..14521a2 100755
--- a/codebase/Dhtmlx/Connector/Connector.php
+++ b/codebase/Dhtmlx/Connector/Connector.php
@@ -71,7 +71,7 @@ class Connector {
if (class_exists($dsnamespace.$type."DBDataWrapper",true))
$type.="DBDataWrapper";
if (!$item_type) $item_type="Dhtmlx\\Connector\\Data\\DataItem";
- if (!$data_type) $data_type="Dhtmlx\\Connector\\Data\\DataProcessor";
+ if (!$data_type) $data_type="Dhtmlx\\Connector\\DataProcessor\\DataProcessor";
if (!$render_type) $render_type="Dhtmlx\\Connector\\Output\\RenderStrategy";
$this->names=array(