Merge commit 'e032b8fe208a053441c9fbd377209740008cddb8'

This commit is contained in:
Dylan K. Taylor 2021-10-12 23:12:17 +01:00
commit 824a89edfe
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -1076,7 +1076,7 @@ class Server{
$this->network->registerInterface(new UPnPNetworkInterface($this->logger, Internet::getInternalIP(), $this->getPort()));
}
if($this->configGroup->getPropertyBool("settings.send-usage", true)){
if($this->configGroup->getPropertyBool("anonymous-statistics.enabled", true)){
$this->sendUsageTicker = 6000;
$this->sendUsage(SendUsageTask::TYPE_OPEN);
}