diff options
Diffstat (limited to 'codebase/Dhtmlx/Connector/TreeGroupConnector.php')
-rwxr-xr-x[-rw-r--r--] | codebase/Dhtmlx/Connector/TreeGroupConnector.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/Dhtmlx/Connector/TreeGroupConnector.php b/codebase/Dhtmlx/Connector/TreeGroupConnector.php index ae836fd..c2dead7 100644..100755 --- a/codebase/Dhtmlx/Connector/TreeGroupConnector.php +++ b/codebase/Dhtmlx/Connector/TreeGroupConnector.php @@ -4,7 +4,7 @@ namespace Dhtmlx\Connector; class TreeGroupConnector extends TreeConnector { public function __construct($res,$type=false,$item_type=false,$data_type=false,$render_type=false){ - if (!$render_type) $render_type="GroupRenderStrategy"; + if (!$render_type) $render_type="Dhtmlx\\Connector\\Output\\GroupRenderStrategy"; parent::__construct($res,$type,$item_type,$data_type,$render_type); } |