diff options
Diffstat (limited to 'codebase/Dhtmlx/Connector/JSONSchedulerConnector.php')
-rwxr-xr-x | codebase/Dhtmlx/Connector/JSONSchedulerConnector.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codebase/Dhtmlx/Connector/JSONSchedulerConnector.php b/codebase/Dhtmlx/Connector/JSONSchedulerConnector.php index a84bf68..443dbcc 100755 --- a/codebase/Dhtmlx/Connector/JSONSchedulerConnector.php +++ b/codebase/Dhtmlx/Connector/JSONSchedulerConnector.php @@ -5,6 +5,7 @@ use Dhtmlx\Connector\Output\OutputWriter; class JSONSchedulerConnector extends SchedulerConnector { protected $data_separator = ","; + protected $live_update_data_type = "JSONDataUpdate"; /*! constructor |