summaryrefslogtreecommitdiffstats
path: root/codebase/Dhtmlx/Connector/ComboConnector.php
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/Dhtmlx/Connector/ComboConnector.php')
-rwxr-xr-x[-rw-r--r--]codebase/Dhtmlx/Connector/ComboConnector.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/Dhtmlx/Connector/ComboConnector.php b/codebase/Dhtmlx/Connector/ComboConnector.php
index 05962f4..2a5dac2 100644..100755
--- a/codebase/Dhtmlx/Connector/ComboConnector.php
+++ b/codebase/Dhtmlx/Connector/ComboConnector.php
@@ -21,7 +21,7 @@ class ComboConnector extends Connector {
name of class which will be used for dataprocessor calls handling, optional, DataProcessor class will be used by default.
*/
public function __construct($res,$type=false,$item_type=false,$data_type=false){
- if (!$item_type) $item_type="ComboDataItem";
+ if (!$item_type) $item_type="Dhtmlx\\Connector\\Data\\ComboDataItem";
parent::__construct($res,$type,$item_type,$data_type);
}