Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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