diff options
author | Egor <egor.26.93@gmail.com> | 2015-06-18 16:02:50 +0300 |
---|---|---|
committer | Egor <egor.26.93@gmail.com> | 2015-06-18 16:02:50 +0300 |
commit | a0dc94dd471be520a280db2a9807ab7d40b7bbee (patch) | |
tree | 7696b369662853fba5979531928ce75831ce7a52 /codebase/Dhtmlx/Connector/Connector.php | |
parent | 4545f686b060fff791bca679f9fcc6512a666e60 (diff) | |
download | connector-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-x | codebase/Dhtmlx/Connector/Connector.php | 2 |
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( |