diff options
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( |