summaryrefslogtreecommitdiffstats
path: root/codebase/Dhtmlx/Connector/JSONOptionsConnector.php
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/Dhtmlx/Connector/JSONOptionsConnector.php')
-rwxr-xr-x[-rw-r--r--]codebase/Dhtmlx/Connector/JSONOptionsConnector.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/Dhtmlx/Connector/JSONOptionsConnector.php b/codebase/Dhtmlx/Connector/JSONOptionsConnector.php
index 8f8fb47..6911310 100644..100755
--- a/codebase/Dhtmlx/Connector/JSONOptionsConnector.php
+++ b/codebase/Dhtmlx/Connector/JSONOptionsConnector.php
@@ -6,7 +6,7 @@ namespace Dhtmlx\Connector;
class JSONOptionsConnector extends JSONDataConnector {
protected $init_flag=false;//!< used to prevent rendering while initialization
public function __construct($res,$type=false,$item_type=false,$data_type=false){
- if (!$item_type) $item_type="JSONCommonDataItem";
+ if (!$item_type) $item_type="Dhtmlx\\Connector\\Data\\JSONCommonDataItem";
if (!$data_type) $data_type=""; //has not sense, options not editable
parent::__construct($res,$type,$item_type,$data_type);
}