Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(configuration): export hosts geo_coords to remote server (#8390)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgagnaire committed Mar 5, 2020
1 parent 9edf6b3 commit 7120d65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/class/config-generate-remote/Abstracts/AbstractHost.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ abstract class AbstractHost extends AbstractObject
ehi_2d_coords,
ehi_3d_coords,
host_location,
host_acknowledgement_timeout
host_acknowledgement_timeout,
geo_coords
';

protected $attributesWrite = [
Expand Down Expand Up @@ -98,6 +99,7 @@ abstract class AbstractHost extends AbstractObject
'host_register',
'host_location',
'host_acknowledgement_timeout',
'geo_coords'
];

protected $loopHtpl = []; // To be reset
Expand Down

0 comments on commit 7120d65

Please sign in to comment.